#427140

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

Shades of Fern Green #427140

Tints of Fern Green #427140

Color information

#427140 (or 0x427140) is unknown color: approx Fern Green. HEX triplet: 42, 71 and 40. RGB value is (66,113,64). Sum of RGB (Red+Green+Blue) = 66+113+64=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #427140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427140 is #BD8EBF. Grayscale: #5D5D5D. Windows color (decimal): -12422848 or 4223298. OLE color: 4223298.

HSL color Cylindrical-coordinate representation of color #427140: hue angle of 117.55º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427140 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB6611364-
CMYK0.4200.430.56
HSL117.55º27.68%34.71%-
HSV(B)117.55º43.36%44.31%-
XYZ9.0813.346.95-
YUV93.36111.43108.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=27.16%
G=46.50%
B=26.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113640.4200.430.56117.5527.6834.71
Hex4271402A02B38761c23
Octal10216110052053701663443
Binary1000010111000110000001010100101011111000111011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427140; }

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

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

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

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

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

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

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

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