Html Css Color HEX #049987 Persian Green

📋 copy color: '#049987'

red 4 ◦ green 153 ◦ blue 135

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

Shades of Persian Green #049987

Tints of Persian Green #049987

RGB

 RED value IS 4 (1.95% from 255) = 1.37%

 GREEN value IS 153 (60.16% from 255) = 52.4%

 BLUE value IS 135 (53.13% from 255) = 46.23%

R = 1.37%
G = 52.4%
B = 46.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#049987 (or 0x049987) is known color: Persian Green. HEX triplet: 04, 99 and 87. RGB value is (4,153,135). Sum of RGB (Red+Green+Blue) = 4+153+135=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #049987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049987 is #FB6678. Grayscale: #6A6A6A. Windows color (decimal): -16475769 or 8886532. OLE color: 8886532.

HSL color Cylindrical-coordinate representation of color #049987: hue angle of 172.75º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049987 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 153 135 -
CMYK 0.97 0 0.12 0.4
HSL 172.75º 0.95% 0.31% -
HSV(B) 172.75º 0.97% 0.6% -
XYZ 15.81 24.56 26.83 -
YUV 106.4 144.14 54.96 -
System Red Green Blue C M Y K H S L
Decimal 4 153 135 0.97 0 0.12 0.4 172.75 0.95 0.31
Hex 4 99 87 61 0 C 28 AD 5F 1F
Octal 4 231 207 141 0 14 50 255 137 37
Binary 100 10011001 10000111 1100001 0 1100 101000 10101101 1011111 11111

Color Harmonies of #049987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049987

Black with #049987

Text Example


Text Example

White with #049987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049987; }

 p { color: rgb(4,153,135); }

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

background-color css

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

 a { background-color: rgb(4,153,135); }

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

border-color css

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

 span { border-color: rgb(4,153,135); }

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