#0B581E

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

Shades of Crusoe #0B581E

Tints of Crusoe #0B581E

Color information

#0B581E (or 0x0B581E) is unknown color: approx Crusoe. HEX triplet: 0B, 58 and 1E. RGB value is (11,88,30). Sum of RGB (Red+Green+Blue) = 11+88+30=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #0B581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B581E is #F4A7E1. Grayscale: #3A3A3A. Windows color (decimal): -16033762 or 1988619. OLE color: 1988619.

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

Color convert

RGB118830-
CMYK0.8800.660.65
HSL134.81º77.78%19.41%-
HSV(B)134.81º87.5%34.51%-
XYZ3.867.142.4-
YUV58.36111.9994.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.53%
GREEN value IS 88 (34.77% from 255) = 68.22%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=8.53%
G=68.22%
B=23.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1188300.8800.660.65134.8177.7819.41
HexB581E5804241874e13
Octal1313036130010210120711623
Binary1011101100011110101100001000010100000110000111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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