#40853C

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

Shades of Fern Green #40853C

Tints of Fern Green #40853C

Color information

#40853C (or 0x40853C) is unknown color: approx Fern Green. HEX triplet: 40, 85 and 3C. RGB value is (64,133,60). Sum of RGB (Red+Green+Blue) = 64+133+60=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #40853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40853C is #BF7AC3. Grayscale: #686868. Windows color (decimal): -12548804 or 3966272. OLE color: 3966272.

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

Color convert

RGB6413360-
CMYK0.5200.550.48
HSL116.71º37.82%37.84%-
HSV(B)116.71º54.89%52.16%-
XYZ11.3218.197.19-
YUV104.05103.1499.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=24.90%
G=51.75%
B=23.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133600.5200.550.48116.7137.8237.84
Hex40853C3403730752626
Octal1002057464067601654646
Binary10000001000010111110011010001101111100001110101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40853C; }

 p { color: rgb(64,133,60); }

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

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

 a { background-color: rgb(64,133,60); }

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

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

 span { border-color: rgb(64,133,60); }

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