#507934

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

Shades of Fern Green #507934

Tints of Fern Green #507934

Color information

#507934 (or 0x507934) is unknown color: approx Fern Green. HEX triplet: 50, 79 and 34. RGB value is (80,121,52). Sum of RGB (Red+Green+Blue) = 80+121+52=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #507934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507934 is #AF86CB. Grayscale: #656565. Windows color (decimal): -11503308 or 3438928. OLE color: 3438928.

HSL color Cylindrical-coordinate representation of color #507934: hue angle of 95.65º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507934 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB8012152-
CMYK0.3400.570.53
HSL95.65º39.88%33.92%-
HSV(B)95.65º57.02%47.45%-
XYZ10.7715.635.7-
YUV100.88100.42113.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 121 (47.66% from 255) = 47.83%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=31.62%
G=47.83%
B=20.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121520.3400.570.5395.6539.8833.92
Hex5079342203935602822
Octal1201716442071651405042
Binary1010000111100111010010001001110011101011100000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507934; }

 p { color: rgb(80,121,52); }

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

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

 a { background-color: rgb(80,121,52); }

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

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

 span { border-color: rgb(80,121,52); }

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