#0B521C

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

Shades of Crusoe #0B521C

Tints of Crusoe #0B521C

Color information

#0B521C (or 0x0B521C) is unknown color: approx Crusoe. HEX triplet: 0B, 52 and 1C. RGB value is (11,82,28). Sum of RGB (Red+Green+Blue) = 11+82+28=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #0B521C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B521C is #F4ADE3. Grayscale: #363636. Windows color (decimal): -16035300 or 1856011. OLE color: 1856011.

HSL color Cylindrical-coordinate representation of color #0B521C: hue angle of 134.37º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B521C is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB118228-
CMYK0.8700.660.68
HSL134.37º76.34%18.24%-
HSV(B)134.37º86.59%32.16%-
XYZ3.366.192.12-
YUV54.62112.9896.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.09%
GREEN value IS 82 (32.42% from 255) = 67.77%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=9.09%
G=67.77%
B=23.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1182280.8700.660.68134.3776.3418.24
HexB521C5704244864c12
Octal1312234127010210420611422
Binary1011101001011100101011101000010100010010000110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,82,28); }

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

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

 a { background-color: rgb(11,82,28); }

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

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

 span { border-color: rgb(11,82,28); }

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