Html Css Color HEX #063429 Dark Green

📋 copy color: '#063429'

red 6 ◦ green 52 ◦ blue 41

#063429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #063429

Tints of Dark Green #063429

RGB

 RED value IS 6 (2.73% from 255) = 6.06%

 GREEN value IS 52 (20.7% 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 value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#063429 (or 0x063429) is known color: 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

RGB 6 52 41 -
CMYK 0.88 0 0.21 0.80
HSL 165.65º 0.79% 0.11% -
HSV(B) 165.65º 0.88% 0.2% -
XYZ 1.7 2.65 2.52 -
YUV 36.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 6 52 41 0.88 0 0.21 0.80 165.65 0.79 0.11
Hex 6 34 29 58 0 15 50 A6 4F B
Octal 6 64 51 130 0 25 120 246 117 13
Binary 110 110100 101001 1011000 0 10101 1010000 10100110 1001111 1011

Color Harmonies of #063429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063429

Black with #063429

Text Example


Text Example

White with #063429

Text Example


Text Example

HTML Codes & Css Web 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>