#428940

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

Shades of Fern Green #428940

Tints of Fern Green #428940

Color information

#428940 (or 0x428940) is unknown color: approx Fern Green. HEX triplet: 42, 89 and 40. RGB value is (66,137,64). Sum of RGB (Red+Green+Blue) = 66+137+64=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #428940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428940 is #BD76BF. Grayscale: #6B6B6B. Windows color (decimal): -12416704 or 4229442. OLE color: 4229442.

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

Color convert

RGB6613764-
CMYK0.5200.530.46
HSL118.36º36.32%39.41%-
HSV(B)118.36º53.28%53.73%-
XYZ12.1219.427.96-
YUV107.45103.4898.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 137 (53.91% from 255) = 51.31%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=24.72%
G=51.31%
B=23.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137640.5200.530.46118.3636.3239.41
Hex428940340352E762427
Octal10221110064065561664447
Binary100001010001001100000011010001101011011101110110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428940; }

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

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

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

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

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

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

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

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