Html Css Color HEX #03A584 Persian Green

📋 copy color: '#03A584'

red 3 ◦ green 165 ◦ blue 132

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

Shades of Persian Green #03A584

Tints of Persian Green #03A584

RGB

 RED value IS 3 (1.56% from 255) = 1%

 GREEN value IS 165 (64.84% from 255) = 55%

 BLUE value IS 132 (51.95% from 255) = 44%

R = 1%
G = 55%
B = 44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#03A584 (or 0x03A584) is known color: Persian Green. HEX triplet: 03, A5 and 84. RGB value is (3,165,132). Sum of RGB (Red+Green+Blue) = 3+165+132=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #03A584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A584 is #FC5A7B. Grayscale: #707070. Windows color (decimal): -16538236 or 8692995. OLE color: 8692995.

HSL color Cylindrical-coordinate representation of color #03A584: hue angle of 167.78º degrees, saturation: 0.96, 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 #03A584 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 165 132 -
CMYK 0.98 0 0.20 0.35
HSL 167.78º 0.96% 0.33% -
HSV(B) 167.78º 0.98% 0.65% -
XYZ 17.66 28.6 26.42 -
YUV 112.8 138.83 49.68 -
System Red Green Blue C M Y K H S L
Decimal 3 165 132 0.98 0 0.20 0.35 167.78 0.96 0.33
Hex 3 A5 84 62 0 14 23 A8 60 21
Octal 3 245 204 142 0 24 43 250 140 41
Binary 11 10100101 10000100 1100010 0 10100 100011 10101000 1100000 100001

Color Harmonies of #03A584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A584

Black with #03A584

Text Example


Text Example

White with #03A584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03A584;
 }
 .AnyTagClassName
 {
   color: #03A584;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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