#42713E

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

Shades of Fern Green #42713E

Tints of Fern Green #42713E

Color information

#42713E (or 0x42713E) is unknown color: approx Fern Green. HEX triplet: 42, 71 and 3E. RGB value is (66,113,62). Sum of RGB (Red+Green+Blue) = 66+113+62=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #42713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42713E is #BD8EC1. Grayscale: #5D5D5D. Windows color (decimal): -12422850 or 4092226. OLE color: 4092226.

HSL color Cylindrical-coordinate representation of color #42713E: hue angle of 115.29º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42713E is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB6611362-
CMYK0.4200.450.56
HSL115.29º29.14%34.31%-
HSV(B)115.29º45.13%44.31%-
XYZ9.0213.326.65-
YUV93.13110.43108.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=27.39%
G=46.89%
B=25.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113620.4200.450.56115.2929.1434.31
Hex42713E2A02D38731d22
Octal1021617652055701633542
Binary100001011100011111101010100101101111000111001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42713E; }

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

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

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

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

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

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

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

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