#427840

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

Shades of Fern Green #427840

Tints of Fern Green #427840

Color information

#427840 (or 0x427840) is unknown color: approx Fern Green. HEX triplet: 42, 78 and 40. RGB value is (66,120,64). Sum of RGB (Red+Green+Blue) = 66+120+64=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #427840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427840 is #BD87BF. Grayscale: #616161. Windows color (decimal): -12421056 or 4225090. OLE color: 4225090.

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

Color convert

RGB6612064-
CMYK0.4500.470.53
HSL117.86º30.43%36.08%-
HSV(B)117.86º46.67%47.06%-
XYZ9.8914.967.22-
YUV97.47109.11105.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=26.4%
G=48%
B=25.6%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120640.4500.470.53117.8630.4336.08
Hex4278402D02F35761e24
Octal10217010055057651663644
Binary1000010111100010000001011010101111110101111011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427840; }

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

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

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

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

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

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

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

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