#507B32

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

Shades of Fern Green #507B32

Tints of Fern Green #507B32

Color information

#507B32 (or 0x507B32) is unknown color: approx Fern Green. HEX triplet: 50, 7B and 32. RGB value is (80,123,50). Sum of RGB (Red+Green+Blue) = 80+123+50=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #507B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507B32 is #AF84CD. Grayscale: #666666. Windows color (decimal): -11502798 or 3308368. OLE color: 3308368.

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

Color convert

RGB8012350-
CMYK0.3500.590.52
HSL95.34º42.2%33.92%-
HSV(B)95.34º59.35%48.24%-
XYZ10.9716.15.55-
YUV101.8298.75112.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 123 (48.44% from 255) = 48.62%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=31.62%
G=48.62%
B=19.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80123500.3500.590.5295.3442.233.92
Hex507B322303B345f2a22
Octal1201736243073641375242
Binary1010000111101111001010001101110111101001011111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,123,50); }

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

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

 a { background-color: rgb(80,123,50); }

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

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

 span { border-color: rgb(80,123,50); }

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