#06311C

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

Shades of Dark Green #06311C

Tints of Dark Green #06311C

Color information

#06311C (or 0x06311C) is unknown color: approx Dark Green. HEX triplet: 06, 31 and 1C. RGB value is (6,49,28). Sum of RGB (Red+Green+Blue) = 6+49+28=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 49 (19.53% from 255 or 59.04% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 49 - color contains mainly: green. Hex color #06311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06311C is #F9CEE3. Grayscale: #212121. Windows color (decimal): -16371428 or 1847558. OLE color: 1847558.

HSL color Cylindrical-coordinate representation of color #06311C: hue angle of 150.7º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06311C is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB64928-
CMYK0.8800.430.81
HSL150.7º78.18%10.78%-
HSV(B)150.7º87.76%19.22%-
XYZ1.382.321.47-
YUV33.75124.75108.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 49 (19.53% from 255) = 59.04%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=7.23%
G=59.04%
B=33.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649280.8800.430.81150.778.1810.78
Hex6311C5802B51974eb
Octal6613413005312122711613
Binary110110001111001011000010101110100011001011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06311C; }

 p { color: rgb(6,49,28); }

 H1.HeaderClassName
 {
   color: #06311C;
 }
 .AnyTagClassName
 {
   color: #06311C;
 }
</style>
background-color css

<style>
 a { background-color: #06311C; }

 a { background-color: rgb(6,49,28); }

 div.DivClassName
 {
   background-color: #06311C;
 }
 .BgClassName
 {
   background-color: #06311C;
 }
</style>
border-color css

<style>
 span { border-color: #06311C; }

 span { border-color: rgb(6,49,28); }

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