Html Css Color HEX #0B4720 Deep Fir

📋 copy color: '#0B4720'

red 11 ◦ green 71 ◦ blue 32

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

Shades of Deep Fir #0B4720

Tints of Deep Fir #0B4720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 62.28%

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

R = 9.65%
G = 62.28%
B = 28.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#0B4720 (or 0x0B4720) is known color: Deep Fir. HEX triplet: 0B, 47 and 20. RGB value is (11,71,32). Sum of RGB (Red+Green+Blue) = 11+71+32=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4720 is #F4B8DF. Grayscale: #303030. Windows color (decimal): -16038112 or 2115339. OLE color: 2115339.

HSL color Cylindrical-coordinate representation of color #0B4720: hue angle of 141º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4720 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 71 32 -
CMYK 0.85 0 0.55 0.72
HSL 141º 0.73% 0.16% -
HSV(B) 141º 0.85% 0.28% -
XYZ 2.65 4.68 2.13 -
YUV 48.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 11 71 32 0.85 0 0.55 0.72 141 0.73 0.16
Hex B 47 20 55 0 37 48 8D 49 10
Octal 13 107 40 125 0 67 110 215 111 20
Binary 1011 1000111 100000 1010101 0 110111 1001000 10001101 1001001 10000

Color Harmonies of #0B4720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4720

Black with #0B4720

Text Example


Text Example

White with #0B4720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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