#0B581A

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

Shades of Crusoe #0B581A

Tints of Crusoe #0B581A

Color information

#0B581A (or 0x0B581A) is unknown color: approx Crusoe. HEX triplet: 0B, 58 and 1A. RGB value is (11,88,26). Sum of RGB (Red+Green+Blue) = 11+88+26=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #0B581A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B581A is #F4A7E5. Grayscale: #3A3A3A. Windows color (decimal): -16033766 or 1726475. OLE color: 1726475.

HSL color Cylindrical-coordinate representation of color #0B581A: hue angle of 131.69º 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 #0B581A is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB118826-
CMYK0.8800.700.65
HSL131.69º77.78%19.41%-
HSV(B)131.69º87.5%34.51%-
XYZ3.817.132.15-
YUV57.91109.9994.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.8%
GREEN value IS 88 (34.77% from 255) = 70.4%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=8.8%
G=70.4%
B=20.8%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1188260.8800.700.65131.6977.7819.41
HexB581A5804641844e13
Octal1313032130010610120411623
Binary1011101100011010101100001000110100000110000100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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