#427640

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

Shades of Fern Green #427640

Tints of Fern Green #427640

Color information

#427640 (or 0x427640) is unknown color: approx Fern Green. HEX triplet: 42, 76 and 40. RGB value is (66,118,64). Sum of RGB (Red+Green+Blue) = 66+118+64=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #427640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427640 is #BD89BF. Grayscale: #606060. Windows color (decimal): -12421568 or 4224578. OLE color: 4224578.

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

Color convert

RGB6611864-
CMYK0.4400.460.54
HSL117.78º29.67%35.69%-
HSV(B)117.78º45.76%46.27%-
XYZ9.6514.497.14-
YUV96.3109.77106.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=26.61%
G=47.58%
B=25.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118640.4400.460.54117.7829.6735.69
Hex4276402C02E36761e24
Octal10216610054056661663644
Binary1000010111011010000001011000101110110110111011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427640; }

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

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

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

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

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

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

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

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