#063429

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

Shades of Dark Green #063429

Tints of Dark Green #063429

Color information

#063429 (or 0x063429) is unknown color: approx Dark Green. HEX triplet: 06, 34 and 29. RGB value is (6,52,41). Sum of RGB (Red+Green+Blue) = 6+52+41=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #063429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063429 is #F9CBD6. Grayscale: #242424. Windows color (decimal): -16370647 or 2700294. OLE color: 2700294.

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

Color convert

RGB65241-
CMYK0.8800.210.80
HSL165.65º79.31%11.37%-
HSV(B)165.65º88.46%20.39%-
XYZ1.72.652.52-
YUV36.99130.26105.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 52 (20.70% from 255) = 52.53%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=6.06%
G=52.53%
B=41.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal652410.8800.210.80165.6579.3111.37
Hex634295801550a64fb
Octal6645113002512024611713
Binary110110100101001101100001010110100001010011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063429; }

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

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

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

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

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

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

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

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