#428840

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

Shades of Fern Green #428840

Tints of Fern Green #428840

Color information

#428840 (or 0x428840) is unknown color: approx Fern Green. HEX triplet: 42, 88 and 40. RGB value is (66,136,64). Sum of RGB (Red+Green+Blue) = 66+136+64=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #428840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428840 is #BD77BF. Grayscale: #6B6B6B. Windows color (decimal): -12416960 or 4229186. OLE color: 4229186.

HSL color Cylindrical-coordinate representation of color #428840: hue angle of 118.33º 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 #428840 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB6613664-
CMYK0.5100.530.47
HSL118.33º36%39.22%-
HSV(B)118.33º52.94%53.33%-
XYZ11.9819.147.91-
YUV106.86103.8198.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 136 (53.52% from 255) = 51.13%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=24.81%
G=51.13%
B=24.06%

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
Decimal66136640.5100.530.47118.333639.22
Hex428840330352F762427
Octal10221010063065571664447
Binary100001010001000100000011001101101011011111110110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428840; }

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

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

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

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

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

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

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

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