#507933

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

Shades of Fern Green #507933

Tints of Fern Green #507933

Color information

#507933 (or 0x507933) is unknown color: approx Fern Green. HEX triplet: 50, 79 and 33. RGB value is (80,121,51). Sum of RGB (Red+Green+Blue) = 80+121+51=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #507933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507933 is #AF86CC. Grayscale: #656565. Windows color (decimal): -11503309 or 3373392. OLE color: 3373392.

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

Color convert

RGB8012151-
CMYK0.3400.580.53
HSL95.14º40.7%33.73%-
HSV(B)95.14º57.85%47.45%-
XYZ10.7415.625.58-
YUV100.7699.92113.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=31.75%
G=48.02%
B=20.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121510.3400.580.5395.1440.733.73
Hex5079332203A355f2922
Octal1201716342072651375142
Binary1010000111100111001110001001110101101011011111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507933; }

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

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

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

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

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

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

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

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