#507642

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

Shades of Fern Green #507642

Tints of Fern Green #507642

Color information

#507642 (or 0x507642) is unknown color: approx Fern Green. HEX triplet: 50, 76 and 42. RGB value is (80,118,66). Sum of RGB (Red+Green+Blue) = 80+118+66=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #507642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507642 is #AF89BD. Grayscale: #646464. Windows color (decimal): -11504062 or 4355664. OLE color: 4355664.

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

Color convert

RGB8011866-
CMYK0.3200.440.54
HSL103.85º28.26%36.08%-
HSV(B)103.85º44.07%46.27%-
XYZ10.7715.067.49-
YUV100.71108.41113.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 118 (46.48% from 255) = 44.70%
BLUE value IS 66 (26.17% from 255) = 25%
R=30.30%
G=44.70%
B=25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118660.3200.440.54103.8528.2636.08
Hex5076422002C36681c24
Octal12016610240054661503444
Binary1010000111011010000101000000101100110110110100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507642; }

 p { color: rgb(80,118,66); }

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

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

 a { background-color: rgb(80,118,66); }

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

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

 span { border-color: rgb(80,118,66); }

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