Html Css Color HEX #04321C Dark Green

📋 copy color: '#04321C'

red 4 ◦ green 50 ◦ blue 28

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

Shades of Dark Green #04321C

Tints of Dark Green #04321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 34.15%

R = 4.88%
G = 60.98%
B = 34.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#04321C (or 0x04321C) is known color: Dark Green. HEX triplet: 04, 32 and 1C. RGB value is (4,50,28). Sum of RGB (Red+Green+Blue) = 4+50+28=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #04321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04321C is #FBCDE3. Grayscale: #212121. Windows color (decimal): -16502244 or 1847812. OLE color: 1847812.

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

Color convert

RGB 4 50 28 -
CMYK 0.92 0 0.44 0.80
HSL 151.3º 0.85% 0.11% -
HSV(B) 151.3º 0.92% 0.2% -
XYZ 1.4 2.39 1.49 -
YUV 33.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 4 50 28 0.92 0 0.44 0.80 151.3 0.85 0.11
Hex 4 32 1C 5C 0 2C 50 97 55 B
Octal 4 62 34 134 0 54 120 227 125 13
Binary 100 110010 11100 1011100 0 101100 1010000 10010111 1010101 1011

Color Harmonies of #04321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04321C

Black with #04321C

Text Example


Text Example

White with #04321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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