#46935F

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

Shades of Chateau Green #46935F

Tints of Chateau Green #46935F

Color information

#46935F (or 0x46935F) is unknown color: approx Chateau Green. HEX triplet: 46, 93 and 5F. RGB value is (70,147,95). Sum of RGB (Red+Green+Blue) = 70+147+95=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #46935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46935F is #B96CA0. Grayscale: #767676. Windows color (decimal): -12151969 or 6263622. OLE color: 6263622.

HSL color Cylindrical-coordinate representation of color #46935F: hue angle of 139.48º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46935F is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB7014795-
CMYK0.5200.350.42
HSL139.48º35.48%42.55%-
HSV(B)139.48º52.38%57.65%-
XYZ15.032314.47-
YUV118.05114.9993.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=22.44%
G=47.12%
B=30.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70147950.5200.350.42139.4835.4842.55
Hex46935F340232A8b232b
Octal10622313764043522134353
Binary1000110100100111011111110100010001110101010001011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46935F; }

 p { color: rgb(70,147,95); }

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

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

 a { background-color: rgb(70,147,95); }

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

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

 span { border-color: rgb(70,147,95); }

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