#428B3E

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

Shades of Fern Green #428B3E

Tints of Fern Green #428B3E

Color information

#428B3E (or 0x428B3E) is unknown color: approx Fern Green. HEX triplet: 42, 8B and 3E. RGB value is (66,139,62). Sum of RGB (Red+Green+Blue) = 66+139+62=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #428B3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B3E is #BD74C1. Grayscale: #6C6C6C. Windows color (decimal): -12416194 or 4098882. OLE color: 4098882.

HSL color Cylindrical-coordinate representation of color #428B3E: hue angle of 116.88º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428B3E is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB6613962-
CMYK0.5300.550.45
HSL116.88º38.31%39.41%-
HSV(B)116.88º55.4%54.51%-
XYZ12.3519.977.76-
YUV108.39101.8297.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 139 (54.69% from 255) = 52.06%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=24.72%
G=52.06%
B=23.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66139620.5300.550.45116.8838.3139.41
Hex428B3E350372D752627
Octal1022137665067551654647
Binary10000101000101111111011010101101111011011110101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428B3E; }

 p { color: rgb(66,139,62); }

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

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

 a { background-color: rgb(66,139,62); }

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

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

 span { border-color: rgb(66,139,62); }

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