#06341E

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

Shades of Dark Green #06341E

Tints of Dark Green #06341E

Color information

#06341E (or 0x06341E) is unknown color: approx Dark Green. HEX triplet: 06, 34 and 1E. RGB value is (6,52,30). Sum of RGB (Red+Green+Blue) = 6+52+30=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 52 (20.70% from 255 or 59.09% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 52 - color contains mainly: green. Hex color #06341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06341E is #F9CBE1. Grayscale: #232323. Windows color (decimal): -16370658 or 1979398. OLE color: 1979398.

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

Color convert

RGB65230-
CMYK0.8800.420.80
HSL151.3º79.31%11.37%-
HSV(B)151.3º88.46%20.39%-
XYZ1.542.591.65-
YUV35.74124.76106.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 52 (20.70% from 255) = 59.09%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=6.82%
G=59.09%
B=34.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal652300.8800.420.80151.379.3111.37
Hex6341E5802A50974fb
Octal6643613005212022711713
Binary110110100111101011000010101010100001001011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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