#467238

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

Shades of Fern Green #467238

Tints of Fern Green #467238

Color information

#467238 (or 0x467238) is unknown color: approx Fern Green. HEX triplet: 46, 72 and 38. RGB value is (70,114,56). Sum of RGB (Red+Green+Blue) = 70+114+56=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #467238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467238 is #B98DC7. Grayscale: #5E5E5E. Windows color (decimal): -12160456 or 3699270. OLE color: 3699270.

HSL color Cylindrical-coordinate representation of color #467238: hue angle of 105.52º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #467238 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB7011456-
CMYK0.3900.510.55
HSL105.52º34.12%33.33%-
HSV(B)105.52º50.88%44.71%-
XYZ9.2613.625.88-
YUV94.23106.42110.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=29.17%
G=47.5%
B=23.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114560.3900.510.55105.5234.1233.33
Hex46723827033376a2221
Octal1061627047063671524241
Binary1000110111001011100010011101100111101111101010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467238; }

 p { color: rgb(70,114,56); }

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

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

 a { background-color: rgb(70,114,56); }

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

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

 span { border-color: rgb(70,114,56); }

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