#0B6416

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

Shades of Crusoe #0B6416

Tints of Crusoe #0B6416

Color information

#0B6416 (or 0x0B6416) is unknown color: approx Crusoe. HEX triplet: 0B, 64 and 16. RGB value is (11,100,22). Sum of RGB (Red+Green+Blue) = 11+100+22=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 100 (39.45% from 255 or 75.19% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 100 - color contains mainly: green. Hex color #0B6416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6416 is #F49BE9. Grayscale: #404040. Windows color (decimal): -16030698 or 1467403. OLE color: 1467403.

HSL color Cylindrical-coordinate representation of color #0B6416: hue angle of 127.42º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6416 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB1110022-
CMYK0.8900.780.61
HSL127.42º80.18%21.76%-
HSV(B)127.42º89%39.22%-
XYZ4.849.242.29-
YUV64.5104.0189.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.27%
GREEN value IS 100 (39.45% from 255) = 75.19%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=8.27%
G=75.19%
B=16.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal11100220.8900.780.61127.4280.1821.76
HexB64165904E3D7f5016
Octal131442613101167517712026
Binary10111100100101101011001010011101111011111111101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,100,22); }

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

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

 a { background-color: rgb(11,100,22); }

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

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

 span { border-color: rgb(11,100,22); }

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