Html Css Color HEX #04A325 Dark Pastel Green

📋 copy color: '#04A325'

red 4 ◦ green 163 ◦ blue 37

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

Shades of Dark Pastel Green #04A325

Tints of Dark Pastel Green #04A325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 79.9%

 BLUE value IS 37 (14.84% from 255) = 18.14%

R = 1.96%
G = 79.9%
B = 18.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#04A325 (or 0x04A325) is known color: Dark Pastel Green. HEX triplet: 04, A3 and 25. RGB value is (4,163,37). Sum of RGB (Red+Green+Blue) = 4+163+37=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 163 (64.06% from 255 or 79.90% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 163 - color contains mainly: green. Hex color #04A325 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A325 is #FB5CDA. Grayscale: #656565. Windows color (decimal): -16473307 or 2466564. OLE color: 2466564.

HSL color Cylindrical-coordinate representation of color #04A325: hue angle of 132.45º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A325 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 163 37 -
CMYK 0.98 0 0.77 0.36
HSL 132.45º 0.95% 0.33% -
HSV(B) 132.45º 0.98% 0.64% -
XYZ 13.48 26.35 6.13 -
YUV 101.1 91.82 58.75 -
System Red Green Blue C M Y K H S L
Decimal 4 163 37 0.98 0 0.77 0.36 132.45 0.95 0.33
Hex 4 A3 25 62 0 4D 24 84 5F 21
Octal 4 243 45 142 0 115 44 204 137 41
Binary 100 10100011 100101 1100010 0 1001101 100100 10000100 1011111 100001

Color Harmonies of #04A325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A325

Black with #04A325

Text Example


Text Example

White with #04A325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04A325; }

 p { color: rgb(4,163,37); }

 H1.HeaderClassName
 {
   color: #04A325;
 }
 .AnyTagClassName
 {
   color: #04A325;
 }
</style>

background-color css

<style>
 a { background-color: #04A325; }

 a { background-color: rgb(4,163,37); }

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

border-color css

<style>
 span { border-color: #04A325; }

 span { border-color: rgb(4,163,37); }

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