Html Css Color HEX #03B596 Persian Green

📋 copy color: '#03B596'

red 3 ◦ green 181 ◦ blue 150

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

Shades of Persian Green #03B596

Tints of Persian Green #03B596

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.19%

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 0.9%
G = 54.19%
B = 44.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#03B596 (or 0x03B596) is known color: Persian Green. HEX triplet: 03, B5 and 96. RGB value is (3,181,150). Sum of RGB (Red+Green+Blue) = 3+181+150=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #03B596 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B596 is #FC4A69. Grayscale: #7C7C7C. Windows color (decimal): -16534122 or 9876739. OLE color: 9876739.

HSL color Cylindrical-coordinate representation of color #03B596: hue angle of 169.55º 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 #03B596 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 181 150 -
CMYK 0.98 0 0.17 0.29
HSL 169.55º 0.97% 0.36% -
HSV(B) 169.55º 0.98% 0.71% -
XYZ 22.07 35.27 34.5 -
YUV 124.24 142.53 41.52 -
System Red Green Blue C M Y K H S L
Decimal 3 181 150 0.98 0 0.17 0.29 169.55 0.97 0.36
Hex 3 B5 96 62 0 11 1D AA 61 24
Octal 3 265 226 142 0 21 35 252 141 44
Binary 11 10110101 10010110 1100010 0 10001 11101 10101010 1100001 100100

Color Harmonies of #03B596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B596

Black with #03B596

Text Example


Text Example

White with #03B596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,181,150); }

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

background-color css

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

 a { background-color: rgb(3,181,150); }

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

border-color css

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

 span { border-color: rgb(3,181,150); }

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