#467B35

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

Shades of Fern Green #467B35

Tints of Fern Green #467B35

Color information

#467B35 (or 0x467B35) is unknown color: approx Fern Green. HEX triplet: 46, 7B and 35. RGB value is (70,123,53). Sum of RGB (Red+Green+Blue) = 70+123+53=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #467B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467B35 is #B984CA. Grayscale: #636363. Windows color (decimal): -12158155 or 3504966. OLE color: 3504966.

HSL color Cylindrical-coordinate representation of color #467B35: hue angle of 105.43º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #467B35 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB7012353-
CMYK0.4300.570.52
HSL105.43º39.77%34.51%-
HSV(B)105.43º56.91%48.24%-
XYZ10.2515.735.86-
YUV99.17101.94107.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 123 (48.44% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=28.46%
G=50%
B=21.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70123530.4300.570.52105.4339.7734.51
Hex467B352B03934692823
Octal1061736553071641515043
Binary1000110111101111010110101101110011101001101001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,123,53); }

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

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

 a { background-color: rgb(70,123,53); }

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

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

 span { border-color: rgb(70,123,53); }

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