Html Css Color HEX #507A4D Fern Green

📋 copy color: '#507A4D'

red 80 ◦ green 122 ◦ blue 77

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

Shades of Fern Green #507A4D

Tints of Fern Green #507A4D

RGB

 RED value IS 80 (31.64% from 255) = 28.67%

 GREEN value IS 122 (48.05% from 255) = 43.73%

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 28.67%
G = 43.73%
B = 27.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#507A4D (or 0x507A4D) is known color: Fern Green. HEX triplet: 50, 7A and 4D. RGB value is (80,122,77). Sum of RGB (Red+Green+Blue) = 80+122+77=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #507A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A4D is #AF85B2. Grayscale: #686868. Windows color (decimal): -11503027 or 5077584. OLE color: 5077584.

HSL color Cylindrical-coordinate representation of color #507A4D: hue angle of 116º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507A4D is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 122 77 -
CMYK 0.34 0 0.37 0.52
HSL 116º 0.23% 0.39% -
HSV(B) 116º 0.37% 0.48% -
XYZ 11.61 16.16 9.53 -
YUV 104.31 112.59 110.66 -
System Red Green Blue C M Y K H S L
Decimal 80 122 77 0.34 0 0.37 0.52 116 0.23 0.39
Hex 50 7A 4D 22 0 25 34 74 17 27
Octal 120 172 115 42 0 45 64 164 27 47
Binary 1010000 1111010 1001101 100010 0 100101 110100 1110100 10111 100111

Color Harmonies of #507A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507A4D

Black with #507A4D

Text Example


Text Example

White with #507A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507A4D; }

 p { color: rgb(80,122,77); }

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

background-color css

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

 a { background-color: rgb(80,122,77); }

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

border-color css

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

 span { border-color: rgb(80,122,77); }

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