#0B3720

Color #0B3720 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0B3720

Tints of Dark Green #0B3720

Color information

#0B3720 (or 0x0B3720) is unknown color: approx 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

RGB115532-
CMYK0.800.420.78
HSL148.64º66.67%12.94%-
HSV(B)148.64º80%21.57%-
XYZ1.762.911.83-
YUV39.22123.92107.87-

RGB Variations

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

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 (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1155320.800.420.78148.6466.6712.94
HexB37205002A4E9543d
Octal13674012005211622510315
Binary10111101111000001010000010101010011101001010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>