#428039

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

Shades of Fern Green #428039

Tints of Fern Green #428039

Color information

#428039 (or 0x428039) is unknown color: approx Fern Green. HEX triplet: 42, 80 and 39. RGB value is (66,128,57). Sum of RGB (Red+Green+Blue) = 66+128+57=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #428039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428039 is #BD7FC6. Grayscale: #656565. Windows color (decimal): -12419015 or 3768386. OLE color: 3768386.

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

Color convert

RGB6612857-
CMYK0.4800.550.50
HSL112.39º38.38%36.27%-
HSV(B)112.39º55.47%50.2%-
XYZ10.716.896.57-
YUV101.37102.96102.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 128 (50.39% from 255) = 51.00%
BLUE value IS 57 (22.66% from 255) = 22.71%
R=26.29%
G=51.00%
B=22.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128570.4800.550.50112.3938.3836.27
Hex4280393003732702624
Octal1022007160067621604644
Binary10000101000000011100111000001101111100101110000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428039; }

 p { color: rgb(66,128,57); }

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

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

 a { background-color: rgb(66,128,57); }

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

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

 span { border-color: rgb(66,128,57); }

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