Html Css Color HEX #04342A Dark Green

📋 copy color: '#04342A'

red 4 ◦ green 52 ◦ blue 42

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

Shades of Dark Green #04342A

Tints of Dark Green #04342A

RGB

 RED value IS 4 (1.95% from 255) = 4.08%

 GREEN value IS 52 (20.7% from 255) = 53.06%

 BLUE value IS 42 (16.8% from 255) = 42.86%

R = 4.08%
G = 53.06%
B = 42.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#04342A (or 0x04342A) is known color: Dark Green. HEX triplet: 04, 34 and 2A. RGB value is (4,52,42). Sum of RGB (Red+Green+Blue) = 4+52+42=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #04342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04342A is #FBCBD5. Grayscale: #242424. Windows color (decimal): -16501718 or 2765828. OLE color: 2765828.

HSL color Cylindrical-coordinate representation of color #04342A: hue angle of 167.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04342A is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 52 42 -
CMYK 0.92 0 0.19 0.80
HSL 167.5º 0.86% 0.11% -
HSV(B) 167.5º 0.92% 0.2% -
XYZ 1.7 2.65 2.61 -
YUV 36.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 4 52 42 0.92 0 0.19 0.80 167.5 0.86 0.11
Hex 4 34 2A 5C 0 13 50 A8 56 B
Octal 4 64 52 134 0 23 120 250 126 13
Binary 100 110100 101010 1011100 0 10011 1010000 10101000 1010110 1011

Color Harmonies of #04342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04342A

Black with #04342A

Text Example


Text Example

White with #04342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04342A; }

 p { color: rgb(4,52,42); }

 H1.HeaderClassName
 {
   color: #04342A;
 }
 .AnyTagClassName
 {
   color: #04342A;
 }
</style>

background-color css

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

 a { background-color: rgb(4,52,42); }

 div.DivClassName
 {
   background-color: #04342A;
 }
 .BgClassName
 {
   background-color: #04342A;
 }
</style>

border-color css

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

 span { border-color: rgb(4,52,42); }

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