#40813D

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

Shades of Fern Green #40813D

Tints of Fern Green #40813D

Color information

#40813D (or 0x40813D) is unknown color: approx Fern Green. HEX triplet: 40, 81 and 3D. RGB value is (64,129,61). Sum of RGB (Red+Green+Blue) = 64+129+61=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #40813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40813D is #BF7EC2. Grayscale: #666666. Windows color (decimal): -12549827 or 4030784. OLE color: 4030784.

HSL color Cylindrical-coordinate representation of color #40813D: hue angle of 117.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40813D is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB6412961-
CMYK0.5000.530.49
HSL117.35º35.79%37.25%-
HSV(B)117.35º52.71%50.59%-
XYZ10.8117.137.15-
YUV101.81104.97101.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 129 (50.78% from 255) = 50.79%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=25.20%
G=50.79%
B=24.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129610.5000.530.49117.3535.7937.25
Hex40813D3203531752425
Octal1002017562065611654445
Binary10000001000000111110111001001101011100011110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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