#0b5f15

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

Shades of Crusoe #0B5F15

Tints of Crusoe #0B5F15

Color information

#0B5F15 (or 0x0B5F15) is unknown color: approx Crusoe. HEX triplet: 0B, 5F and 15. RGB value is (11,95,21). Sum of RGB (Red+Green+Blue) = 11+95+21=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 95 (37.5% from 255 or 74.80% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 95 - color contains mainly: green. Hex color #0B5F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5F15 is #F4A0EA. Grayscale: #3D3D3D. Windows color (decimal): -16031979 or 1400587. OLE color: 1400587.

HSL color Cylindrical-coordinate representation of color #0B5F15: hue angle of 127.14º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5F15 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB119521-
CMYK0.8800.780.63
HSL127.14º79.25%20.78%-
HSV(B)127.14º88.42%37.25%-
XYZ4.378.312.08-
YUV61.45105.1792.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.66%
GREEN value IS 95 (37.5% from 255) = 74.80%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=8.66%
G=74.80%
B=16.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1195210.8800.780.63127.1479.2520.78
HexB5F155804E3F7f4f15
Octal131372513001167717711725
Binary10111011111101011011000010011101111111111111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b5f15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,95,21); }

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

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

 a { background-color: rgb(11,95,21); }

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

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

 span { border-color: rgb(11,95,21); }

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