#467940

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

Shades of Fern Green #467940

Tints of Fern Green #467940

Color information

#467940 (or 0x467940) is unknown color: approx Fern Green. HEX triplet: 46, 79 and 40. RGB value is (70,121,64). Sum of RGB (Red+Green+Blue) = 70+121+64=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #467940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467940 is #B986BF. Grayscale: #636363. Windows color (decimal): -12158656 or 4225350. OLE color: 4225350.

HSL color Cylindrical-coordinate representation of color #467940: hue angle of 113.68º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467940 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB7012164-
CMYK0.4200.470.53
HSL113.68º30.81%36.27%-
HSV(B)113.68º47.11%47.45%-
XYZ10.2915.357.27-
YUV99.25108.1107.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 64 (25.39% from 255) = 25.10%
R=27.45%
G=47.45%
B=25.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70121640.4200.470.53113.6830.8136.27
Hex4679402A02F35721f24
Octal10617110052057651623744
Binary1000110111100110000001010100101111110101111001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467940; }

 p { color: rgb(70,121,64); }

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

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

 a { background-color: rgb(70,121,64); }

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

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

 span { border-color: rgb(70,121,64); }

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