#427340

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

Shades of Fern Green #427340

Tints of Fern Green #427340

Color information

#427340 (or 0x427340) is unknown color: approx Fern Green. HEX triplet: 42, 73 and 40. RGB value is (66,115,64). Sum of RGB (Red+Green+Blue) = 66+115+64=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #427340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427340 is #BD8CBF. Grayscale: #5E5E5E. Windows color (decimal): -12422336 or 4223810. OLE color: 4223810.

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

Color convert

RGB6611564-
CMYK0.4300.440.55
HSL117.65º28.49%35.1%-
HSV(B)117.65º44.35%45.1%-
XYZ9.313.797.02-
YUV94.54110.77107.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=26.94%
G=46.94%
B=26.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115640.4300.440.55117.6528.4935.1
Hex4273402B02C37761c23
Octal10216310053054671663443
Binary1000010111001110000001010110101100110111111011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427340; }

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

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

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

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

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

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

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

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