Html Css Color HEX #0B5E15 Crusoe

📋 copy color: '#0B5E15'

red 11 ◦ green 94 ◦ blue 21

#0B5E15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0B5E15

Tints of Crusoe #0B5E15

RGB

 RED value IS 11 (4.69% from 255) = 8.73%

 GREEN value IS 94 (37.11% from 255) = 74.6%

 BLUE value IS 21 (8.59% from 255) = 16.67%

R = 8.73%
G = 74.6%
B = 16.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#0B5E15 (or 0x0B5E15) is known color: Crusoe. HEX triplet: 0B, 5E and 15. RGB value is (11,94,21). Sum of RGB (Red+Green+Blue) = 11+94+21=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 94 (37.11% from 255 or 74.60% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 94 - color contains mainly: green. Hex color #0B5E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5E15 is #F4A1EA. Grayscale: #3D3D3D. Windows color (decimal): -16032235 or 1400331. OLE color: 1400331.

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

Color convert

RGB 11 94 21 -
CMYK 0.88 0 0.78 0.63
HSL 127.23º 0.79% 0.21% -
HSV(B) 127.23º 0.88% 0.37% -
XYZ 4.28 8.13 2.05 -
YUV 60.86 105.5 92.44 -
System Red Green Blue C M Y K H S L
Decimal 11 94 21 0.88 0 0.78 0.63 127.23 0.79 0.21
Hex B 5E 15 58 0 4E 3F 7F 4F 15
Octal 13 136 25 130 0 116 77 177 117 25
Binary 1011 1011110 10101 1011000 0 1001110 111111 1111111 1001111 10101

Color Harmonies of #0B5E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5E15

Black with #0B5E15

Text Example


Text Example

White with #0B5E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B5E15;
 }
 .AnyTagClassName
 {
   color: #0B5E15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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