#507A33

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

Shades of Fern Green #507A33

Tints of Fern Green #507A33

Color information

#507A33 (or 0x507A33) is unknown color: approx Fern Green. HEX triplet: 50, 7A and 33. RGB value is (80,122,51). Sum of RGB (Red+Green+Blue) = 80+122+51=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #507A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507A33 is #AF85CC. Grayscale: #656565. Windows color (decimal): -11503053 or 3373648. OLE color: 3373648.

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

Color convert

RGB8012251-
CMYK0.3400.580.52
HSL95.49º41.04%33.92%-
HSV(B)95.49º58.2%47.84%-
XYZ10.8715.865.62-
YUV101.3599.59112.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 122 (48.05% from 255) = 48.22%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=31.62%
G=48.22%
B=20.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80122510.3400.580.5295.4941.0433.92
Hex507A332203A345f2922
Octal1201726342072641375142
Binary1010000111101011001110001001110101101001011111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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