#428740

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

Shades of Fern Green #428740

Tints of Fern Green #428740

Color information

#428740 (or 0x428740) is unknown color: approx Fern Green. HEX triplet: 42, 87 and 40. RGB value is (66,135,64). Sum of RGB (Red+Green+Blue) = 66+135+64=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #428740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428740 is #BD78BF. Grayscale: #6A6A6A. Windows color (decimal): -12417216 or 4228930. OLE color: 4228930.

HSL color Cylindrical-coordinate representation of color #428740: hue angle of 118.31º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428740 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB6613564-
CMYK0.5100.530.47
HSL118.31º35.68%39.02%-
HSV(B)118.31º52.59%52.94%-
XYZ11.8418.867.87-
YUV106.28104.1499.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 135 (53.12% from 255) = 50.94%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=24.91%
G=50.94%
B=24.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135640.5100.530.47118.3135.6839.02
Hex428740330352F762427
Octal10220710063065571664447
Binary100001010000111100000011001101101011011111110110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428740; }

 p { color: rgb(66,135,64); }

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

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

 a { background-color: rgb(66,135,64); }

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

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

 span { border-color: rgb(66,135,64); }

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