#46945C

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

Shades of Chateau Green #46945C

Tints of Chateau Green #46945C

Color information

#46945C (or 0x46945C) is unknown color: approx Chateau Green. HEX triplet: 46, 94 and 5C. RGB value is (70,148,92). Sum of RGB (Red+Green+Blue) = 70+148+92=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #46945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46945C is #B96BA3. Grayscale: #767676. Windows color (decimal): -12151716 or 6067270. OLE color: 6067270.

HSL color Cylindrical-coordinate representation of color #46945C: hue angle of 136.92º 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 #46945C is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB7014892-
CMYK0.5300.380.42
HSL136.92º35.78%42.75%-
HSV(B)136.92º52.7%58.04%-
XYZ15.0523.2513.82-
YUV118.29113.1693.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 148 (58.20% from 255) = 47.74%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=22.58%
G=47.74%
B=29.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148920.5300.380.42136.9235.7842.75
Hex46945C350262A89242b
Octal10622413465046522114453
Binary1000110100101001011100110101010011010101010001001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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