Html Css Color HEX #0B5020 Crusoe

📋 copy color: '#0B5020'

red 11 ◦ green 80 ◦ blue 32

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

Shades of Crusoe #0B5020

Tints of Crusoe #0B5020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 65.04%

 BLUE value IS 32 (12.89% from 255) = 26.02%

R = 8.94%
G = 65.04%
B = 26.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#0B5020 (or 0x0B5020) is known color: Crusoe. HEX triplet: 0B, 50 and 20. RGB value is (11,80,32). Sum of RGB (Red+Green+Blue) = 11+80+32=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5020 is #F4AFDF. Grayscale: #363636. Windows color (decimal): -16035808 or 2117643. OLE color: 2117643.

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

Color convert

RGB 11 80 32 -
CMYK 0.86 0 0.60 0.69
HSL 138.26º 0.76% 0.18% -
HSV(B) 138.26º 0.86% 0.31% -
XYZ 3.27 5.91 2.34 -
YUV 53.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 11 80 32 0.86 0 0.60 0.69 138.26 0.76 0.18
Hex B 50 20 56 0 3C 45 8A 4C 12
Octal 13 120 40 126 0 74 105 212 114 22
Binary 1011 1010000 100000 1010110 0 111100 1000101 10001010 1001100 10010

Color Harmonies of #0B5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5020

Black with #0B5020

Text Example


Text Example

White with #0B5020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,80,32); }

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

background-color css

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

 a { background-color: rgb(11,80,32); }

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

border-color css

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

 span { border-color: rgb(11,80,32); }

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