#0B6018

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

Shades of Crusoe #0B6018

Tints of Crusoe #0B6018

Color information

#0B6018 (or 0x0B6018) is unknown color: approx Crusoe. HEX triplet: 0B, 60 and 18. RGB value is (11,96,24). Sum of RGB (Red+Green+Blue) = 11+96+24=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #0B6018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6018 is #F49FE7. Grayscale: #3E3E3E. Windows color (decimal): -16031720 or 1597451. OLE color: 1597451.

HSL color Cylindrical-coordinate representation of color #0B6018: hue angle of 129.18º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6018 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB119624-
CMYK0.8900.750.62
HSL129.18º79.44%20.98%-
HSV(B)129.18º88.54%37.65%-
XYZ4.498.52.27-
YUV62.38106.3491.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 96 (37.89% from 255) = 73.28%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=8.40%
G=73.28%
B=18.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1196240.8900.750.62129.1879.4420.98
HexB60185904B3E814f15
Octal131403013101137620111725
Binary101111000001100010110010100101111111010000001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,96,24); }

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

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

 a { background-color: rgb(11,96,24); }

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

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

 span { border-color: rgb(11,96,24); }

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