#467141

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

Shades of Fern Green #467141

Tints of Fern Green #467141

Color information

#467141 (or 0x467141) is unknown color: approx Fern Green. HEX triplet: 46, 71 and 41. RGB value is (70,113,65). Sum of RGB (Red+Green+Blue) = 70+113+65=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #467141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467141 is #B98EBE. Grayscale: #5E5E5E. Windows color (decimal): -12160703 or 4288838. OLE color: 4288838.

HSL color Cylindrical-coordinate representation of color #467141: hue angle of 113.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467141 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB7011365-
CMYK0.3800.420.56
HSL113.75º26.97%34.9%-
HSV(B)113.75º42.48%44.31%-
XYZ9.3913.497.11-
YUV94.67111.25110.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=28.23%
G=45.56%
B=26.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113650.3800.420.56113.7526.9734.9
Hex4671412602A38721b23
Octal10616110146052701623343
Binary1000110111000110000011001100101010111000111001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467141; }

 p { color: rgb(70,113,65); }

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

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

 a { background-color: rgb(70,113,65); }

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

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

 span { border-color: rgb(70,113,65); }

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