#427A3D

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

Shades of Fern Green #427A3D

Tints of Fern Green #427A3D

Color information

#427A3D (or 0x427A3D) is unknown color: approx Fern Green. HEX triplet: 42, 7A and 3D. RGB value is (66,122,61). Sum of RGB (Red+Green+Blue) = 66+122+61=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #427A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A3D is #BD85C2. Grayscale: #626262. Windows color (decimal): -12420547 or 4028994. OLE color: 4028994.

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

Color convert

RGB6612261-
CMYK0.4600.500.52
HSL115.08º33.33%35.88%-
HSV(B)115.08º50%47.84%-
XYZ10.0515.416.86-
YUV98.3106.95104.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 122 (48.05% from 255) = 49.00%
BLUE value IS 61 (24.22% from 255) = 24.50%
R=26.51%
G=49.00%
B=24.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122610.4600.500.52115.0833.3335.88
Hex427A3D2E03234732124
Octal1021727556062641634144
Binary1000010111101011110110111001100101101001110011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427A3D; }

 p { color: rgb(66,122,61); }

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

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

 a { background-color: rgb(66,122,61); }

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

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

 span { border-color: rgb(66,122,61); }

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