#06341F

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

Shades of Dark Green #06341F

Tints of Dark Green #06341F

Color information

#06341F (or 0x06341F) is unknown color: approx Dark Green. HEX triplet: 06, 34 and 1F. RGB value is (6,52,31). Sum of RGB (Red+Green+Blue) = 6+52+31=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #06341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06341F is #F9CBE0. Grayscale: #232323. Windows color (decimal): -16370657 or 2044934. OLE color: 2044934.

HSL color Cylindrical-coordinate representation of color #06341F: hue angle of 152.61º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06341F is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB65231-
CMYK0.8800.400.80
HSL152.61º79.31%11.37%-
HSV(B)152.61º88.46%20.39%-
XYZ1.552.591.72-
YUV35.85125.26106.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 52 (20.70% from 255) = 58.43%
BLUE value IS 31 (12.5% from 255) = 34.83%
R=6.74%
G=58.43%
B=34.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal652310.8800.400.80152.6179.3111.37
Hex6341F5802850994fb
Octal6643713005012023111713
Binary110110100111111011000010100010100001001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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