#507638

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

Shades of Fern Green #507638

Tints of Fern Green #507638

Color information

#507638 (or 0x507638) is unknown color: approx Fern Green. HEX triplet: 50, 76 and 38. RGB value is (80,118,56). Sum of RGB (Red+Green+Blue) = 80+118+56=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #507638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507638 is #AF89C7. Grayscale: #636363. Windows color (decimal): -11504072 or 3700304. OLE color: 3700304.

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

Color convert

RGB8011856-
CMYK0.3200.530.54
HSL96.77º35.63%34.12%-
HSV(B)96.77º52.54%46.27%-
XYZ10.514.956.07-
YUV99.57103.41114.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=31.50%
G=46.46%
B=22.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118560.3200.530.5496.7735.6334.12
Hex5076382003536612422
Octal1201667040065661414442
Binary1010000111011011100010000001101011101101100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507638; }

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

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

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

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

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

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

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

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