Html Css Color HEX #049A92 Persian Green

📋 copy color: '#049A92'

red 4 ◦ green 154 ◦ blue 146

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

Shades of Persian Green #049A92

Tints of Persian Green #049A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.66%

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

R = 1.32%
G = 50.66%
B = 48.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#049A92 (or 0x049A92) is known color: Persian Green. HEX triplet: 04, 9A and 92. RGB value is (4,154,146). Sum of RGB (Red+Green+Blue) = 4+154+146=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #049A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049A92 is #FB656D. Grayscale: #6C6C6C. Windows color (decimal): -16475502 or 9607684. OLE color: 9607684.

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

Color convert

RGB 4 154 146 -
CMYK 0.97 0 0.05 0.40
HSL 176.8º 0.95% 0.31% -
HSV(B) 176.8º 0.97% 0.6% -
XYZ 16.79 25.21 31.18 -
YUV 108.24 149.31 53.65 -
System Red Green Blue C M Y K H S L
Decimal 4 154 146 0.97 0 0.05 0.40 176.8 0.95 0.31
Hex 4 9A 92 61 0 5 28 B1 5F 1F
Octal 4 232 222 141 0 5 50 261 137 37
Binary 100 10011010 10010010 1100001 0 101 101000 10110001 1011111 11111

Color Harmonies of #049A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049A92

Black with #049A92

Text Example


Text Example

White with #049A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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