Html Css Color HEX #4F9A7D Patina

📋 copy color: '#4F9A7D'

red 79 ◦ green 154 ◦ blue 125

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

Shades of Patina #4F9A7D

Tints of Patina #4F9A7D

RGB

 RED value IS 79 (31.25% from 255) = 22.07%

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

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 22.07%
G = 43.02%
B = 34.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#4F9A7D (or 0x4F9A7D) is known color: Patina. HEX triplet: 4F, 9A and 7D. RGB value is (79,154,125). Sum of RGB (Red+Green+Blue) = 79+154+125=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #4F9A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9A7D is #B06582. Grayscale: #808080. Windows color (decimal): -11560323 or 8231503. OLE color: 8231503.

HSL color Cylindrical-coordinate representation of color #4F9A7D: hue angle of 156.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9A7D is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 79 154 125 -
CMYK 0.49 0 0.19 0.40
HSL 156.8º 0.32% 0.46% -
HSV(B) 156.8º 0.49% 0.6% -
XYZ 18.48 26.25 23.5 -
YUV 128.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 79 154 125 0.49 0 0.19 0.40 156.8 0.32 0.46
Hex 4F 9A 7D 31 0 13 28 9D 20 2E
Octal 117 232 175 61 0 23 50 235 40 56
Binary 1001111 10011010 1111101 110001 0 10011 101000 10011101 100000 101110

Color Harmonies of #4F9A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9A7D

Black with #4F9A7D

Text Example


Text Example

White with #4F9A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F9A7D; }

 p { color: rgb(79,154,125); }

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

background-color css

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

 a { background-color: rgb(79,154,125); }

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

border-color css

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

 span { border-color: rgb(79,154,125); }

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