#06311E

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

Shades of Dark Green #06311E

Tints of Dark Green #06311E

Color information

#06311E (or 0x06311E) is unknown color: approx Dark Green. HEX triplet: 06, 31 and 1E. RGB value is (6,49,30). Sum of RGB (Red+Green+Blue) = 6+49+30=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #06311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06311E is #F9CEE1. Grayscale: #222222. Windows color (decimal): -16371426 or 1978630. OLE color: 1978630.

HSL color Cylindrical-coordinate representation of color #06311E: hue angle of 153.49º 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 #06311E is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB64930-
CMYK0.8800.390.81
HSL153.49º78.18%10.78%-
HSV(B)153.49º87.76%19.22%-
XYZ1.412.331.6-
YUV33.98125.75108.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 49 (19.53% from 255) = 57.65%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=7.06%
G=57.65%
B=35.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649300.8800.390.81153.4978.1810.78
Hex6311E5802751994eb
Octal6613613004712123111613
Binary110110001111101011000010011110100011001100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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