Html Css Color HEX #04322B Dark Green

📋 copy color: '#04322B'

red 4 ◦ green 50 ◦ blue 43

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

Shades of Dark Green #04322B

Tints of Dark Green #04322B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 51.55%

 BLUE value IS 43 (17.19% from 255) = 44.33%

R = 4.12%
G = 51.55%
B = 44.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.80

RGB Variations

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

Color information

#04322B (or 0x04322B) is known color: Dark Green. HEX triplet: 04, 32 and 2B. RGB value is (4,50,43). Sum of RGB (Red+Green+Blue) = 4+50+43=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #04322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04322B is #FBCDD4. Grayscale: #232323. Windows color (decimal): -16502229 or 2830852. OLE color: 2830852.

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

Color convert

RGB 4 50 43 -
CMYK 0.92 0 0.14 0.80
HSL 170.87º 0.85% 0.11% -
HSV(B) 170.87º 0.92% 0.2% -
XYZ 1.63 2.48 2.68 -
YUV 35.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 4 50 43 0.92 0 0.14 0.80 170.87 0.85 0.11
Hex 4 32 2B 5C 0 E 50 AB 55 B
Octal 4 62 53 134 0 16 120 253 125 13
Binary 100 110010 101011 1011100 0 1110 1010000 10101011 1010101 1011

Color Harmonies of #04322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04322B

Black with #04322B

Text Example


Text Example

White with #04322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04322B; }

 p { color: rgb(4,50,43); }

 H1.HeaderClassName
 {
   color: #04322B;
 }
 .AnyTagClassName
 {
   color: #04322B;
 }
</style>

background-color css

<style>
 a { background-color: #04322B; }

 a { background-color: rgb(4,50,43); }

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

border-color css

<style>
 span { border-color: #04322B; }

 span { border-color: rgb(4,50,43); }

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