Html Css Color HEX #13A492 Persian Green

📋 copy color: '#13A492'

red 19 ◦ green 164 ◦ blue 146

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

Shades of Persian Green #13A492

Tints of Persian Green #13A492

RGB

 RED value IS 19 (7.81% from 255) = 5.78%

 GREEN value IS 164 (64.45% from 255) = 49.85%

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 5.78%
G = 49.85%
B = 44.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#13A492 (or 0x13A492) is known color: Persian Green. HEX triplet: 13, A4 and 92. RGB value is (19,164,146). Sum of RGB (Red+Green+Blue) = 19+164+146=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #13A492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A492 is #EC5B6D. Grayscale: #767676. Windows color (decimal): -15489902 or 9610259. OLE color: 9610259.

HSL color Cylindrical-coordinate representation of color #13A492: hue angle of 172.55º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A492 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 164 146 -
CMYK 0.88 0 0.11 0.36
HSL 172.55º 0.79% 0.36% -
HSV(B) 172.55º 0.88% 0.64% -
XYZ 18.73 28.76 31.76 -
YUV 118.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 19 164 146 0.88 0 0.11 0.36 172.55 0.79 0.36
Hex 13 A4 92 58 0 B 24 AD 4F 24
Octal 23 244 222 130 0 13 44 255 117 44
Binary 10011 10100100 10010010 1011000 0 1011 100100 10101101 1001111 100100

Color Harmonies of #13A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A492

Black with #13A492

Text Example


Text Example

White with #13A492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13A492; }

 p { color: rgb(19,164,146); }

 H1.HeaderClassName
 {
   color: #13A492;
 }
 .AnyTagClassName
 {
   color: #13A492;
 }
</style>

background-color css

<style>
 a { background-color: #13A492; }

 a { background-color: rgb(19,164,146); }

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

border-color css

<style>
 span { border-color: #13A492; }

 span { border-color: rgb(19,164,146); }

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