#40863C

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

Shades of Fern Green #40863C

Tints of Fern Green #40863C

Color information

#40863C (or 0x40863C) is unknown color: approx Fern Green. HEX triplet: 40, 86 and 3C. RGB value is (64,134,60). Sum of RGB (Red+Green+Blue) = 64+134+60=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #40863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40863C is #BF79C3. Grayscale: #686868. Windows color (decimal): -12548548 or 3966528. OLE color: 3966528.

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

Color convert

RGB6413460-
CMYK0.5200.550.47
HSL116.76º38.14%38.04%-
HSV(B)116.76º55.22%52.55%-
XYZ11.4618.477.24-
YUV104.63102.8199.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 134 (52.73% from 255) = 51.94%
BLUE value IS 60 (23.83% from 255) = 23.26%
R=24.81%
G=51.94%
B=23.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134600.5200.550.47116.7638.1438.04
Hex40863C340372F752626
Octal1002067464067571654646
Binary10000001000011011110011010001101111011111110101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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