Html Css Color HEX #04332D Dark Green

📋 copy color: '#04332D'

red 4 ◦ green 51 ◦ blue 45

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

Shades of Dark Green #04332D

Tints of Dark Green #04332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 51%

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

R = 4%
G = 51%
B = 45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.8

RGB Variations

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

Color information

#04332D (or 0x04332D) is known color: Dark Green. HEX triplet: 04, 33 and 2D. RGB value is (4,51,45). Sum of RGB (Red+Green+Blue) = 4+51+45=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #04332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04332D is #FBCCD2. Grayscale: #242424. Windows color (decimal): -16501971 or 2962180. OLE color: 2962180.

HSL color Cylindrical-coordinate representation of color #04332D: hue angle of 172.34º degrees, saturation: 0.85, 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 #04332D is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 51 45 -
CMYK 0.92 0 0.12 0.8
HSL 172.34º 0.85% 0.11% -
HSV(B) 172.34º 0.92% 0.2% -
XYZ 1.71 2.58 2.89 -
YUV 36.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 4 51 45 0.92 0 0.12 0.8 172.34 0.85 0.11
Hex 4 33 2D 5C 0 C 50 AC 55 B
Octal 4 63 55 134 0 14 120 254 125 13
Binary 100 110011 101101 1011100 0 1100 1010000 10101100 1010101 1011

Color Harmonies of #04332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04332D

Black with #04332D

Text Example


Text Example

White with #04332D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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