#06341C

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

Shades of Dark Green #06341C

Tints of Dark Green #06341C

Color information

#06341C (or 0x06341C) is unknown color: approx Dark Green. HEX triplet: 06, 34 and 1C. RGB value is (6,52,28). Sum of RGB (Red+Green+Blue) = 6+52+28=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #06341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06341C is #F9CBE3. Grayscale: #232323. Windows color (decimal): -16370660 or 1848326. OLE color: 1848326.

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

Color convert

RGB65228-
CMYK0.8800.460.80
HSL148.7º79.31%11.37%-
HSV(B)148.7º88.46%20.39%-
XYZ1.512.581.52-
YUV35.51123.76106.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 52 (20.70% from 255) = 60.47%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=6.98%
G=60.47%
B=32.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal652280.8800.460.80148.779.3111.37
Hex6341C5802E50954fb
Octal6643413005612022511713
Binary110110100111001011000010111010100001001010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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