#0B5717

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

Shades of Crusoe #0B5717

Tints of Crusoe #0B5717

Color information

#0B5717 (or 0x0B5717) is unknown color: approx Crusoe. HEX triplet: 0B, 57 and 17. RGB value is (11,87,23). Sum of RGB (Red+Green+Blue) = 11+87+23=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 87 (34.38% from 255 or 71.90% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 87 - color contains mainly: green. Hex color #0B5717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5717 is #F4A8E8. Grayscale: #393939. Windows color (decimal): -16034025 or 1529611. OLE color: 1529611.

HSL color Cylindrical-coordinate representation of color #0B5717: hue angle of 129.47º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5717 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB118723-
CMYK0.8700.740.66
HSL129.47º77.55%19.22%-
HSV(B)129.47º87.36%34.12%-
XYZ3.76.951.96-
YUV56.98108.8295.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.09%
GREEN value IS 87 (34.38% from 255) = 71.90%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=9.09%
G=71.90%
B=19.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1187230.8700.740.66129.4777.5519.22
HexB57175704A42814e13
Octal1312727127011210220111623
Binary1011101011110111101011101001010100001010000001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,87,23); }

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

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

 a { background-color: rgb(11,87,23); }

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

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

 span { border-color: rgb(11,87,23); }

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