#467D3D

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

Shades of Fern Green #467D3D

Tints of Fern Green #467D3D

Color information

#467D3D (or 0x467D3D) is unknown color: approx Fern Green. HEX triplet: 46, 7D and 3D. RGB value is (70,125,61). Sum of RGB (Red+Green+Blue) = 70+125+61=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #467D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467D3D is #B982C2. Grayscale: #656565. Windows color (decimal): -12157635 or 4029766. OLE color: 4029766.

HSL color Cylindrical-coordinate representation of color #467D3D: hue angle of 111.56º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #467D3D is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB7012561-
CMYK0.4400.510.51
HSL111.56º34.41%36.47%-
HSV(B)111.56º51.2%49.02%-
XYZ10.716.317-
YUV101.26105.28105.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 125 (49.22% from 255) = 48.83%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=27.34%
G=48.83%
B=23.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70125610.4400.510.51111.5634.4136.47
Hex467D3D2C03333702224
Octal1061757554063631604244
Binary1000110111110111110110110001100111100111110000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467D3D; }

 p { color: rgb(70,125,61); }

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

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

 a { background-color: rgb(70,125,61); }

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

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

 span { border-color: rgb(70,125,61); }

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