#457F3F

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

Shades of Fern Green #457F3F

Tints of Fern Green #457F3F

Color information

#457F3F (or 0x457F3F) is unknown color: approx Fern Green. HEX triplet: 45, 7F and 3F. RGB value is (69,127,63). Sum of RGB (Red+Green+Blue) = 69+127+63=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #457F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457F3F is #BA80C0. Grayscale: #666666. Windows color (decimal): -12222657 or 4161349. OLE color: 4161349.

HSL color Cylindrical-coordinate representation of color #457F3F: hue angle of 114.38º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #457F3F is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB6912763-
CMYK0.4600.500.50
HSL114.38º33.68%37.25%-
HSV(B)114.38º50.39%49.8%-
XYZ10.9416.87.37-
YUV102.36105.78104.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 127 (50% from 255) = 49.03%
BLUE value IS 63 (25% from 255) = 24.32%
R=26.64%
G=49.03%
B=24.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69127630.4600.500.50114.3833.6837.25
Hex457F3F2E03232722225
Octal1051777756062621624245
Binary1000101111111111111110111001100101100101110010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457F3F; }

 p { color: rgb(69,127,63); }

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

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

 a { background-color: rgb(69,127,63); }

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

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

 span { border-color: rgb(69,127,63); }

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