#40863D

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

Shades of Fern Green #40863D

Tints of Fern Green #40863D

Color information

#40863D (or 0x40863D) is unknown color: approx Fern Green. HEX triplet: 40, 86 and 3D. RGB value is (64,134,61). Sum of RGB (Red+Green+Blue) = 64+134+61=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #40863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40863D is #BF79C2. Grayscale: #686868. Windows color (decimal): -12548547 or 4032064. OLE color: 4032064.

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

Color convert

RGB6413461-
CMYK0.5200.540.47
HSL117.53º37.44%38.24%-
HSV(B)117.53º54.48%52.55%-
XYZ11.4818.487.38-
YUV104.75103.3198.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 134 (52.73% from 255) = 51.74%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=24.71%
G=51.74%
B=23.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134610.5200.540.47117.5337.4438.24
Hex40863D340362F762526
Octal1002067564066571664546
Binary10000001000011011110111010001101101011111110110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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