#0B5125

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

Shades of Crusoe #0B5125

Tints of Crusoe #0B5125

Color information

#0B5125 (or 0x0B5125) is unknown color: approx Crusoe. HEX triplet: 0B, 51 and 25. RGB value is (11,81,37). Sum of RGB (Red+Green+Blue) = 11+81+37=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #0B5125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5125 is #F4AEDA. Grayscale: #373737. Windows color (decimal): -16035547 or 2445579. OLE color: 2445579.

HSL color Cylindrical-coordinate representation of color #0B5125: hue angle of 142.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5125 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB118137-
CMYK0.8600.540.68
HSL142.29º76.09%18.04%-
HSV(B)142.29º86.42%31.76%-
XYZ3.416.092.75-
YUV55.05117.8196.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.53%
GREEN value IS 81 (32.03% from 255) = 62.79%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=8.53%
G=62.79%
B=28.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1181370.8600.540.68142.2976.0918.04
HexB512556036448e4c12
Octal131214512606610421611422
Binary1011101000110010110101100110110100010010001110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,81,37); }

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

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

 a { background-color: rgb(11,81,37); }

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

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

 span { border-color: rgb(11,81,37); }

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