#507B39

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

Shades of Fern Green #507B39

Tints of Fern Green #507B39

Color information

#507B39 (or 0x507B39) is unknown color: approx Fern Green. HEX triplet: 50, 7B and 39. RGB value is (80,123,57). Sum of RGB (Red+Green+Blue) = 80+123+57=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #507B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507B39 is #AF84C6. Grayscale: #666666. Windows color (decimal): -11502791 or 3767120. OLE color: 3767120.

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

Color convert

RGB8012357-
CMYK0.3500.540.52
HSL99.09º36.67%35.29%-
HSV(B)99.09º53.66%48.24%-
XYZ11.1316.176.4-
YUV102.62102.25111.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 123 (48.44% from 255) = 47.31%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=30.77%
G=47.31%
B=21.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80123570.3500.540.5299.0936.6735.29
Hex507B392303634632523
Octal1201737143066641434543
Binary1010000111101111100110001101101101101001100011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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