#0B582B

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

Shades of Crusoe #0B582B

Tints of Crusoe #0B582B

Color information

#0B582B (or 0x0B582B) is unknown color: approx Crusoe. HEX triplet: 0B, 58 and 2B. RGB value is (11,88,43). Sum of RGB (Red+Green+Blue) = 11+88+43=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #0B582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B582B is #F4A7D4. Grayscale: #3B3B3B. Windows color (decimal): -16033749 or 2840587. OLE color: 2840587.

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

Color convert

RGB118843-
CMYK0.8800.510.65
HSL144.94º77.78%19.41%-
HSV(B)144.94º87.5%34.51%-
XYZ4.067.233.47-
YUV59.85118.4993.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.75%
GREEN value IS 88 (34.77% from 255) = 61.97%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=7.75%
G=61.97%
B=30.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1188430.8800.510.65144.9477.7819.41
HexB582B5803341914e13
Octal131305313006310122111623
Binary1011101100010101110110000110011100000110010001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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