#0B561D

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

Shades of Crusoe #0B561D

Tints of Crusoe #0B561D

Color information

#0B561D (or 0x0B561D) is unknown color: approx Crusoe. HEX triplet: 0B, 56 and 1D. RGB value is (11,86,29). Sum of RGB (Red+Green+Blue) = 11+86+29=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 86 (33.98% from 255 or 68.25% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 86 - color contains mainly: green. Hex color #0B561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B561D is #F4A9E2. Grayscale: #393939. Windows color (decimal): -16034275 or 1922571. OLE color: 1922571.

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

Color convert

RGB118629-
CMYK0.8700.660.66
HSL134.4º77.32%19.02%-
HSV(B)134.4º87.21%33.73%-
XYZ3.696.822.28-
YUV57.08112.1595.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.73%
GREEN value IS 86 (33.98% from 255) = 68.25%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=8.73%
G=68.25%
B=23.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1186290.8700.660.66134.477.3219.02
HexB561D5704242864d13
Octal1312635127010210220611523
Binary1011101011011101101011101000010100001010000110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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