#0B551D

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

Shades of Crusoe #0B551D

Tints of Crusoe #0B551D

Color information

#0B551D (or 0x0B551D) is unknown color: approx Crusoe. HEX triplet: 0B, 55 and 1D. RGB value is (11,85,29). Sum of RGB (Red+Green+Blue) = 11+85+29=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #0B551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B551D is #F4AAE2. Grayscale: #383838. Windows color (decimal): -16034531 or 1922315. OLE color: 1922315.

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

Color convert

RGB118529-
CMYK0.8700.660.67
HSL134.59º77.08%18.82%-
HSV(B)134.59º87.06%33.33%-
XYZ3.616.662.26-
YUV56.49112.4895.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.8%
GREEN value IS 85 (33.59% from 255) = 68%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=8.8%
G=68%
B=23.2%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1185290.8700.660.67134.5977.0818.82
HexB551D5704243874d13
Octal1312535127010210320711523
Binary1011101010111101101011101000010100001110000111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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