#0B581D

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

Shades of Crusoe #0B581D

Tints of Crusoe #0B581D

Color information

#0B581D (or 0x0B581D) is unknown color: approx Crusoe. HEX triplet: 0B, 58 and 1D. RGB value is (11,88,29). Sum of RGB (Red+Green+Blue) = 11+88+29=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #0B581D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B581D is #F4A7E2. Grayscale: #3A3A3A. Windows color (decimal): -16033763 or 1923083. OLE color: 1923083.

HSL color Cylindrical-coordinate representation of color #0B581D: hue angle of 134.03º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B581D is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB118829-
CMYK0.8800.670.65
HSL134.03º77.78%19.41%-
HSV(B)134.03º87.5%34.51%-
XYZ3.857.142.34-
YUV58.25111.4994.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.59%
GREEN value IS 88 (34.77% from 255) = 68.75%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=8.59%
G=68.75%
B=22.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1188290.8800.670.65134.0377.7819.41
HexB581D5804341864e13
Octal1313035130010310120611623
Binary1011101100011101101100001000011100000110000110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,88,29); }

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

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

 a { background-color: rgb(11,88,29); }

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

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

 span { border-color: rgb(11,88,29); }

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