Html Css Color HEX #0B5A21 Crusoe

📋 copy color: '#0B5A21'

red 11 ◦ green 90 ◦ blue 33

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

Shades of Crusoe #0B5A21

Tints of Crusoe #0B5A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 67.16%

 BLUE value IS 33 (13.28% from 255) = 24.63%

R = 8.21%
G = 67.16%
B = 24.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#0B5A21 (or 0x0B5A21) is known color: Crusoe. HEX triplet: 0B, 5A and 21. RGB value is (11,90,33). Sum of RGB (Red+Green+Blue) = 11+90+33=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 90 (35.55% from 255 or 67.16% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5A21 is #F4A5DE. Grayscale: #3C3C3C. Windows color (decimal): -16033247 or 2185739. OLE color: 2185739.

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

Color convert

RGB 11 90 33 -
CMYK 0.88 0 0.63 0.65
HSL 136.71º 0.78% 0.2% -
HSV(B) 136.71º 0.88% 0.35% -
XYZ 4.07 7.49 2.67 -
YUV 59.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 11 90 33 0.88 0 0.63 0.65 136.71 0.78 0.2
Hex B 5A 21 58 0 3F 41 89 4E 14
Octal 13 132 41 130 0 77 101 211 116 24
Binary 1011 1011010 100001 1011000 0 111111 1000001 10001001 1001110 10100

Color Harmonies of #0B5A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5A21

Black with #0B5A21

Text Example


Text Example

White with #0B5A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,90,33); }

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

background-color css

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

 a { background-color: rgb(11,90,33); }

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

border-color css

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

 span { border-color: rgb(11,90,33); }

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