Html Css Color HEX #04342D Dark Green

📋 copy color: '#04342D'

red 4 ◦ green 52 ◦ blue 45

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

Shades of Dark Green #04342D

Tints of Dark Green #04342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 44.55%

R = 3.96%
G = 51.49%
B = 44.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.80

RGB Variations

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

Color information

#04342D (or 0x04342D) is known color: Dark Green. HEX triplet: 04, 34 and 2D. RGB value is (4,52,45). Sum of RGB (Red+Green+Blue) = 4+52+45=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #04342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04342D is #FBCBD2. Grayscale: #242424. Windows color (decimal): -16501715 or 2962436. OLE color: 2962436.

HSL color Cylindrical-coordinate representation of color #04342D: hue angle of 171.25º 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 #04342D is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 52 45 -
CMYK 0.92 0 0.13 0.80
HSL 171.25º 0.86% 0.11% -
HSV(B) 171.25º 0.92% 0.2% -
XYZ 1.75 2.67 2.91 -
YUV 36.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 4 52 45 0.92 0 0.13 0.80 171.25 0.86 0.11
Hex 4 34 2D 5C 0 D 50 AB 56 B
Octal 4 64 55 134 0 15 120 253 126 13
Binary 100 110100 101101 1011100 0 1101 1010000 10101011 1010110 1011

Color Harmonies of #04342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04342D

Black with #04342D

Text Example


Text Example

White with #04342D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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