#04B3A9

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

Shades of Persian Green #04B3A9

Tints of Persian Green #04B3A9

Color information

#04B3A9 (or 0x04B3A9) is unknown color: approx Persian Green. HEX triplet: 04, B3 and A9. RGB value is (4,179,169). Sum of RGB (Red+Green+Blue) = 4+179+169=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #04B3A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B3A9 is #FB4C56. Grayscale: #7D7D7D. Windows color (decimal): -16469079 or 11121412. OLE color: 11121412.

HSL color Cylindrical-coordinate representation of color #04B3A9: hue angle of 176.57º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B3A9 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB4179169-
CMYK0.9800.060.30
HSL176.57º95.63%35.88%-
HSV(B)176.57º97.77%70.2%-
XYZ23.3335.1343.09-
YUV125.54152.5241.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.14%
GREEN value IS 179 (70.31% from 255) = 50.85%
BLUE value IS 169 (66.41% from 255) = 48.01%
R=1.14%
G=50.85%
B=48.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41791690.9800.060.30176.5795.6335.88
Hex4B3A962061Eb16024
Octal4263251142063626114044
Binary10010110011101010011100010011011110101100011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,179,169); }

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

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

 a { background-color: rgb(4,179,169); }

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

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

 span { border-color: rgb(4,179,169); }

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