Html Css Color HEX #04342C Dark Green

📋 copy color: '#04342C'

red 4 ◦ green 52 ◦ blue 44

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

Shades of Dark Green #04342C

Tints of Dark Green #04342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 44%

R = 4%
G = 52%
B = 44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.80

RGB Variations

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

Color information

#04342C (or 0x04342C) is known color: Dark Green. HEX triplet: 04, 34 and 2C. RGB value is (4,52,44). Sum of RGB (Red+Green+Blue) = 4+52+44=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #04342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04342C is #FBCBD3. Grayscale: #242424. Windows color (decimal): -16501716 or 2896900. OLE color: 2896900.

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

Color convert

RGB 4 52 44 -
CMYK 0.92 0 0.15 0.80
HSL 170º 0.86% 0.11% -
HSV(B) 170º 0.92% 0.2% -
XYZ 1.73 2.66 2.81 -
YUV 36.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 4 52 44 0.92 0 0.15 0.80 170 0.86 0.11
Hex 4 34 2C 5C 0 F 50 AA 56 B
Octal 4 64 54 134 0 17 120 252 126 13
Binary 100 110100 101100 1011100 0 1111 1010000 10101010 1010110 1011

Color Harmonies of #04342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04342C

Black with #04342C

Text Example


Text Example

White with #04342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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