#40773C

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

Shades of Fern Green #40773C

Tints of Fern Green #40773C

Color information

#40773C (or 0x40773C) is unknown color: approx Fern Green. HEX triplet: 40, 77 and 3C. RGB value is (64,119,60). Sum of RGB (Red+Green+Blue) = 64+119+60=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #40773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40773C is #BF88C3. Grayscale: #606060. Windows color (decimal): -12552388 or 3962688. OLE color: 3962688.

HSL color Cylindrical-coordinate representation of color #40773C: hue angle of 115.93º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40773C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB6411960-
CMYK0.4600.500.53
HSL115.93º32.96%35.1%-
HSV(B)115.93º49.58%46.67%-
XYZ9.5314.616.59-
YUV95.83107.78105.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=26.34%
G=48.97%
B=24.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119600.4600.500.53115.9332.9635.1
Hex40773C2E03235742123
Octal1001677456062651644143
Binary1000000111011111110010111001100101101011110100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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