#0B501E

Color #0B501E Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0B501E

Tints of Crusoe #0B501E

Color information

#0B501E (or 0x0B501E) is unknown color: approx Crusoe. HEX triplet: 0B, 50 and 1E. RGB value is (11,80,30). Sum of RGB (Red+Green+Blue) = 11+80+30=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #0B501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B501E is #F4AFE1. Grayscale: #353535. Windows color (decimal): -16035810 or 1986571. OLE color: 1986571.

HSL color Cylindrical-coordinate representation of color #0B501E: hue angle of 136.52º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B501E is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB118030-
CMYK0.8600.620.69
HSL136.52º75.82%17.84%-
HSV(B)136.52º86.25%31.37%-
XYZ3.245.92.2-
YUV53.67114.6497.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 9.09%
GREEN value IS 80 (31.64% from 255) = 66.12%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=9.09%
G=66.12%
B=24.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1180300.8600.620.69136.5275.8217.84
HexB501E5603E45894c12
Octal131203612607610521111422
Binary101110100001111010101100111110100010110001001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B501E; }

 p { color: rgb(11,80,30); }

 H1.HeaderClassName
 {
   color: #0B501E;
 }
 .AnyTagClassName
 {
   color: #0B501E;
 }
</style>
background-color css

<style>
 a { background-color: #0B501E; }

 a { background-color: rgb(11,80,30); }

 div.DivClassName
 {
   background-color: #0B501E;
 }
 .BgClassName
 {
   background-color: #0B501E;
 }
</style>
border-color css

<style>
 span { border-color: #0B501E; }

 span { border-color: rgb(11,80,30); }

 td.TdClassName
 {
   border-color: #0B501E;
 }
 .TagClassName
 {
   border-color: #0B501E;
 }
</style>