#507E35

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

Shades of Fern Green #507E35

Tints of Fern Green #507E35

Color information

#507E35 (or 0x507E35) is unknown color: approx Fern Green. HEX triplet: 50, 7E and 35. RGB value is (80,126,53). Sum of RGB (Red+Green+Blue) = 80+126+53=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #507E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507E35 is #AF81CA. Grayscale: #686868. Windows color (decimal): -11502027 or 3505744. OLE color: 3505744.

HSL color Cylindrical-coordinate representation of color #507E35: hue angle of 97.81º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507E35 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB8012653-
CMYK0.3700.580.51
HSL97.81º40.78%35.1%-
HSV(B)97.81º57.94%49.41%-
XYZ11.4116.886.03-
YUV103.9299.26110.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 126 (49.61% from 255) = 48.65%
BLUE value IS 53 (21.09% from 255) = 20.46%
R=30.89%
G=48.65%
B=20.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80126530.3700.580.5197.8140.7835.1
Hex507E352503A33622923
Octal1201766545072631425143
Binary1010000111111011010110010101110101100111100010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,126,53); }

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

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

 a { background-color: rgb(80,126,53); }

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

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

 span { border-color: rgb(80,126,53); }

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