#458440

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

Shades of Fern Green #458440

Tints of Fern Green #458440

Color information

#458440 (or 0x458440) is unknown color: approx Fern Green. HEX triplet: 45, 84 and 40. RGB value is (69,132,64). Sum of RGB (Red+Green+Blue) = 69+132+64=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #458440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458440 is #BA7BBF. Grayscale: #696969. Windows color (decimal): -12221376 or 4228165. OLE color: 4228165.

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

Color convert

RGB6913264-
CMYK0.4800.520.48
HSL115.59º34.69%38.43%-
HSV(B)115.59º51.52%51.76%-
XYZ11.6318.147.74-
YUV105.41104.63102.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=26.04%
G=49.81%
B=24.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69132640.4800.520.48115.5934.6938.43
Hex4584403003430742326
Octal10520410060064601644346
Binary100010110000100100000011000001101001100001110100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458440; }

 p { color: rgb(69,132,64); }

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

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

 a { background-color: rgb(69,132,64); }

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

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

 span { border-color: rgb(69,132,64); }

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