#46945E

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

Shades of Chateau Green #46945E

Tints of Chateau Green #46945E

Color information

#46945E (or 0x46945E) is unknown color: approx Chateau Green. HEX triplet: 46, 94 and 5E. RGB value is (70,148,94). Sum of RGB (Red+Green+Blue) = 70+148+94=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #46945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46945E is #B96BA1. Grayscale: #767676. Windows color (decimal): -12151714 or 6198342. OLE color: 6198342.

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

Color convert

RGB7014894-
CMYK0.5300.360.42
HSL138.46º35.78%42.75%-
HSV(B)138.46º52.7%58.04%-
XYZ15.1423.2914.29-
YUV118.52114.1693.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 148 (58.20% from 255) = 47.44%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=22.44%
G=47.44%
B=30.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148940.5300.360.42138.4635.7842.75
Hex46945E350242A8a242b
Octal10622413665044522124453
Binary1000110100101001011110110101010010010101010001010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46945E; }

 p { color: rgb(70,148,94); }

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

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

 a { background-color: rgb(70,148,94); }

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

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

 span { border-color: rgb(70,148,94); }

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