Html Css Color HEX #0B3720 Dark Green

📋 copy color: '#0B3720'

red 11 ◦ green 55 ◦ blue 32

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

Shades of Dark Green #0B3720

Tints of Dark Green #0B3720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 56.12%

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

R = 11.22%
G = 56.12%
B = 32.65%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#0B3720 (or 0x0B3720) is known color: Dark Green. HEX triplet: 0B, 37 and 20. RGB value is (11,55,32). Sum of RGB (Red+Green+Blue) = 11+55+32=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #0B3720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3720 is #F4C8DF. Grayscale: #272727. Windows color (decimal): -16042208 or 2111243. OLE color: 2111243.

HSL color Cylindrical-coordinate representation of color #0B3720: hue angle of 148.64º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B3720 is Cyan = 0.8, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 55 32 -
CMYK 0.8 0 0.42 0.78
HSL 148.64º 0.67% 0.13% -
HSV(B) 148.64º 0.8% 0.22% -
XYZ 1.76 2.91 1.83 -
YUV 39.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 11 55 32 0.8 0 0.42 0.78 148.64 0.67 0.13
Hex B 37 20 50 0 2A 4E 95 43 D
Octal 13 67 40 120 0 52 116 225 103 15
Binary 1011 110111 100000 1010000 0 101010 1001110 10010101 1000011 1101

Color Harmonies of #0B3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3720

Black with #0B3720

Text Example


Text Example

White with #0B3720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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