#03B495

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

Shades of Persian Green #03B495

Tints of Persian Green #03B495

Color information

#03B495 (or 0x03B495) is unknown color: approx Persian Green. HEX triplet: 03, B4 and 95. RGB value is (3,180,149). Sum of RGB (Red+Green+Blue) = 3+180+149=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #03B495 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B495 is #FC4B6A. Grayscale: #7B7B7B. Windows color (decimal): -16534379 or 9810947. OLE color: 9810947.

HSL color Cylindrical-coordinate representation of color #03B495: hue angle of 169.49º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B495 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB3180149-
CMYK0.9800.170.29
HSL169.49º96.72%35.88%-
HSV(B)169.49º98.33%70.59%-
XYZ21.7834.8334.01-
YUV123.54142.3642.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=0.90%
G=54.22%
B=44.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31801490.9800.170.29169.4996.7235.88
Hex3B495620111Da96124
Octal32642251420213525114144
Binary111011010010010101110001001000111101101010011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,180,149); }

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

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

 a { background-color: rgb(3,180,149); }

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

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

 span { border-color: rgb(3,180,149); }

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