Html Css Color HEX #049992 Persian Green

📋 copy color: '#049992'

red 4 ◦ green 153 ◦ blue 146

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

Shades of Persian Green #049992

Tints of Persian Green #049992

RGB

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

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

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

R = 1.32%
G = 50.5%
B = 48.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#049992 (or 0x049992) is known color: Persian Green. HEX triplet: 04, 99 and 92. RGB value is (4,153,146). Sum of RGB (Red+Green+Blue) = 4+153+146=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #049992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049992 is #FB666D. Grayscale: #6B6B6B. Windows color (decimal): -16475758 or 9607428. OLE color: 9607428.

HSL color Cylindrical-coordinate representation of color #049992: hue angle of 177.18º 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 #049992 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 153 146 -
CMYK 0.97 0 0.05 0.4
HSL 177.18º 0.95% 0.31% -
HSV(B) 177.18º 0.97% 0.6% -
XYZ 16.63 24.88 31.12 -
YUV 107.65 149.64 54.07 -
System Red Green Blue C M Y K H S L
Decimal 4 153 146 0.97 0 0.05 0.4 177.18 0.95 0.31
Hex 4 99 92 61 0 5 28 B1 5F 1F
Octal 4 231 222 141 0 5 50 261 137 37
Binary 100 10011001 10010010 1100001 0 101 101000 10110001 1011111 11111

Color Harmonies of #049992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049992

Black with #049992

Text Example


Text Example

White with #049992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049992; }

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

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

background-color css

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

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

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

border-color css

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

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

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