#507545

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

Shades of Fern Green #507545

Tints of Fern Green #507545

Color information

#507545 (or 0x507545) is unknown color: approx Fern Green. HEX triplet: 50, 75 and 45. RGB value is (80,117,69). Sum of RGB (Red+Green+Blue) = 80+117+69=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #507545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507545 is #AF8ABA. Grayscale: #646464. Windows color (decimal): -11504315 or 4552016. OLE color: 4552016.

HSL color Cylindrical-coordinate representation of color #507545: hue angle of 106.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507545 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB8011769-
CMYK0.3200.410.54
HSL106.25º25.81%36.47%-
HSV(B)106.25º41.03%45.88%-
XYZ10.7414.867.93-
YUV100.46110.24113.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=30.08%
G=43.98%
B=25.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117690.3200.410.54106.2525.8136.47
Hex50754520029366a1a24
Octal12016510540051661523244
Binary1010000111010110001011000000101001110110110101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507545; }

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

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

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

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

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

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

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

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