#507B38

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

Shades of Fern Green #507B38

Tints of Fern Green #507B38

Color information

#507B38 (or 0x507B38) is unknown color: approx Fern Green. HEX triplet: 50, 7B and 38. RGB value is (80,123,56). Sum of RGB (Red+Green+Blue) = 80+123+56=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #507B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507B38 is #AF84C7. Grayscale: #666666. Windows color (decimal): -11502792 or 3701584. OLE color: 3701584.

HSL color Cylindrical-coordinate representation of color #507B38: hue angle of 98.51º 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 #507B38 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB8012356-
CMYK0.3500.540.52
HSL98.51º37.43%35.1%-
HSV(B)98.51º54.47%48.24%-
XYZ11.1116.166.27-
YUV102.5101.75111.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 123 (48.44% from 255) = 47.49%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=30.89%
G=47.49%
B=21.62%

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
Decimal80123560.3500.540.5298.5137.4335.1
Hex507B382303634632523
Octal1201737043066641434543
Binary1010000111101111100010001101101101101001100011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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