#0B571B

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

Shades of Crusoe #0B571B

Tints of Crusoe #0B571B

Color information

#0B571B (or 0x0B571B) is unknown color: approx Crusoe. HEX triplet: 0B, 57 and 1B. RGB value is (11,87,27). Sum of RGB (Red+Green+Blue) = 11+87+27=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 87 (34.38% from 255 or 69.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 87 - color contains mainly: green. Hex color #0B571B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B571B is #F4A8E4. Grayscale: #393939. Windows color (decimal): -16034021 or 1791755. OLE color: 1791755.

HSL color Cylindrical-coordinate representation of color #0B571B: hue angle of 132.63º 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 #0B571B is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB118727-
CMYK0.8700.690.66
HSL132.63º77.55%19.22%-
HSV(B)132.63º87.36%34.12%-
XYZ3.746.972.18-
YUV57.44110.8294.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.8%
GREEN value IS 87 (34.38% from 255) = 69.6%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=8.8%
G=69.6%
B=21.6%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1187270.8700.690.66132.6377.5519.22
HexB571B5704542854e13
Octal1312733127010510220511623
Binary1011101011111011101011101000101100001010000101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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