#04A584

Color #04A584 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #04A584

Tints of Persian Green #04A584

Color information

#04A584 (or 0x04A584) is unknown color: approx Persian Green. HEX triplet: 04, A5 and 84. RGB value is (4,165,132). Sum of RGB (Red+Green+Blue) = 4+165+132=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #04A584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A584 is #FB5A7B. Grayscale: #717171. Windows color (decimal): -16472700 or 8692996. OLE color: 8692996.

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

Color convert

RGB4165132-
CMYK0.9800.200.35
HSL167.7º95.27%33.14%-
HSV(B)167.7º97.58%64.71%-
XYZ17.6728.626.42-
YUV113.1138.6650.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.33%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=1.33%
G=54.82%
B=43.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41651320.9800.200.35167.795.2733.14
Hex4A5846201423a85f21
Octal42452041420244325013741
Binary10010100101100001001100010010100100011101010001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,165,132); }

 H1.HeaderClassName
 {
   color: #04A584;
 }
 .AnyTagClassName
 {
   color: #04A584;
 }
</style>
background-color css

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

 a { background-color: rgb(4,165,132); }

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

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

 span { border-color: rgb(4,165,132); }

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