#06311F

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

Shades of Dark Green #06311F

Tints of Dark Green #06311F

Color information

#06311F (or 0x06311F) is unknown color: approx Dark Green. HEX triplet: 06, 31 and 1F. RGB value is (6,49,31). Sum of RGB (Red+Green+Blue) = 6+49+31=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #06311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06311F is #F9CEE0. Grayscale: #222222. Windows color (decimal): -16371425 or 2044166. OLE color: 2044166.

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

Color convert

RGB64931-
CMYK0.8800.370.81
HSL154.88º78.18%10.78%-
HSV(B)154.88º87.76%19.22%-
XYZ1.422.331.67-
YUV34.09126.25107.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 49 (19.53% from 255) = 56.98%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=6.98%
G=56.98%
B=36.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649310.8800.370.81154.8878.1810.78
Hex6311F58025519b4eb
Octal6613713004512123311613
Binary110110001111111011000010010110100011001101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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