#42853E

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

Shades of Fern Green #42853E

Tints of Fern Green #42853E

Color information

#42853E (or 0x42853E) is unknown color: approx Fern Green. HEX triplet: 42, 85 and 3E. RGB value is (66,133,62). Sum of RGB (Red+Green+Blue) = 66+133+62=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #42853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42853E is #BD7AC1. Grayscale: #696969. Windows color (decimal): -12417730 or 4097346. OLE color: 4097346.

HSL color Cylindrical-coordinate representation of color #42853E: hue angle of 116.62º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42853E is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB6613362-
CMYK0.5000.530.48
HSL116.62º36.41%38.24%-
HSV(B)116.62º53.38%52.16%-
XYZ11.518.287.48-
YUV104.87103.8100.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=25.29%
G=50.96%
B=23.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133620.5000.530.48116.6236.4138.24
Hex42853E3203530752426
Octal1022057662065601654446
Binary10000101000010111111011001001101011100001110101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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