#467C3C

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

Shades of Fern Green #467C3C

Tints of Fern Green #467C3C

Color information

#467C3C (or 0x467C3C) is unknown color: approx Fern Green. HEX triplet: 46, 7C and 3C. RGB value is (70,124,60). Sum of RGB (Red+Green+Blue) = 70+124+60=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #467C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467C3C is #B983C3. Grayscale: #646464. Windows color (decimal): -12157892 or 3963974. OLE color: 3963974.

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

Color convert

RGB7012460-
CMYK0.4400.520.51
HSL110.62º34.78%36.08%-
HSV(B)110.62º51.61%48.63%-
XYZ10.5516.046.82-
YUV100.56105.11106.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 124 (48.83% from 255) = 48.82%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=27.56%
G=48.82%
B=23.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70124600.4400.520.51110.6234.7836.08
Hex467C3C2C034336f2324
Octal1061747454064631574344
Binary1000110111110011110010110001101001100111101111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,124,60); }

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

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

 a { background-color: rgb(70,124,60); }

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

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

 span { border-color: rgb(70,124,60); }

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