#458B42

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

Shades of Fern Green #458B42

Tints of Fern Green #458B42

Color information

#458B42 (or 0x458B42) is unknown color: approx Fern Green. HEX triplet: 45, 8B and 42. RGB value is (69,139,66). Sum of RGB (Red+Green+Blue) = 69+139+66=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #458B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458B42 is #BA74BD. Grayscale: #6D6D6D. Windows color (decimal): -12219582 or 4361029. OLE color: 4361029.

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

Color convert

RGB6913966-
CMYK0.5000.530.45
HSL117.53º35.61%40.2%-
HSV(B)117.53º52.52%54.51%-
XYZ12.6720.128.37-
YUV109.75103.3198.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 139 (54.69% from 255) = 50.73%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=25.18%
G=50.73%
B=24.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69139660.5000.530.45117.5335.6140.2
Hex458B42320352D762428
Octal10521310262065551664450
Binary100010110001011100001011001001101011011011110110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,139,66); }

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

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

 a { background-color: rgb(69,139,66); }

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

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

 span { border-color: rgb(69,139,66); }

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