#0B5D25

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

Shades of Crusoe #0B5D25

Tints of Crusoe #0B5D25

Color information

#0B5D25 (or 0x0B5D25) is unknown color: approx Crusoe. HEX triplet: 0B, 5D and 25. RGB value is (11,93,37). Sum of RGB (Red+Green+Blue) = 11+93+37=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 93 (36.72% from 255 or 65.96% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 93 - color contains mainly: green. Hex color #0B5D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5D25 is #F4A2DA. Grayscale: #3E3E3E. Windows color (decimal): -16032475 or 2448651. OLE color: 2448651.

HSL color Cylindrical-coordinate representation of color #0B5D25: hue angle of 139.02º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5D25 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB119337-
CMYK0.8800.600.64
HSL139.02º78.85%20.39%-
HSV(B)139.02º88.17%36.47%-
XYZ4.398.033.07-
YUV62.1113.8391.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.80%
GREEN value IS 93 (36.72% from 255) = 65.96%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=7.80%
G=65.96%
B=26.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1193370.8800.600.64139.0278.8520.39
HexB5D255803C408b4f14
Octal131354513007410021311724
Binary1011101110110010110110000111100100000010001011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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