#507A45

Color #507A45 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #507A45

Tints of Fern Green #507A45

Color information

#507A45 (or 0x507A45) is unknown color: approx Fern Green. HEX triplet: 50, 7A and 45. RGB value is (80,122,69). Sum of RGB (Red+Green+Blue) = 80+122+69=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #507A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507A45 is #AF85BA. Grayscale: #676767. Windows color (decimal): -11503035 or 4553296. OLE color: 4553296.

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

Color convert

RGB8012269-
CMYK0.3400.430.52
HSL107.55º27.75%37.45%-
HSV(B)107.55º43.44%47.84%-
XYZ11.3416.058.13-
YUV103.4108.59111.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=29.52%
G=45.02%
B=25.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80122690.3400.430.52107.5527.7537.45
Hex507A452202B346c1c25
Octal12017210542053641543445
Binary1010000111101010001011000100101011110100110110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #507A45;
 }
 .AnyTagClassName
 {
   color: #507A45;
 }
</style>
background-color css

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

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

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

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

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

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