#458C3F

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

Shades of Fern Green #458C3F

Tints of Fern Green #458C3F

Color information

#458C3F (or 0x458C3F) is unknown color: approx Fern Green. HEX triplet: 45, 8C and 3F. RGB value is (69,140,63). Sum of RGB (Red+Green+Blue) = 69+140+63=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #458C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458C3F is #BA73C0. Grayscale: #6E6E6E. Windows color (decimal): -12219329 or 4164677. OLE color: 4164677.

HSL color Cylindrical-coordinate representation of color #458C3F: hue angle of 115.32º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #458C3F is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB6914063-
CMYK0.5100.550.45
HSL115.32º37.93%39.8%-
HSV(B)115.32º55%54.9%-
XYZ12.7320.387.97-
YUV109.99101.4898.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 140 (55.08% from 255) = 51.47%
BLUE value IS 63 (25% from 255) = 23.16%
R=25.37%
G=51.47%
B=23.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69140630.5100.550.45115.3237.9339.8
Hex458C3F330372D732628
Octal1052147763067551634650
Binary10001011000110011111111001101101111011011110011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458C3F; }

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

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

<style>
 a { background-color: #458C3F; }

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

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

<style>
 span { border-color: #458C3F; }

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

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