#46945B

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

Shades of Chateau Green #46945B

Tints of Chateau Green #46945B

Color information

#46945B (or 0x46945B) is unknown color: approx Chateau Green. HEX triplet: 46, 94 and 5B. RGB value is (70,148,91). Sum of RGB (Red+Green+Blue) = 70+148+91=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #46945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46945B is #B96BA4. Grayscale: #767676. Windows color (decimal): -12151717 or 6001734. OLE color: 6001734.

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

Color convert

RGB7014891-
CMYK0.5300.390.42
HSL136.15º35.78%42.75%-
HSV(B)136.15º52.7%58.04%-
XYZ1523.2413.59-
YUV118.18112.6693.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 148 (58.20% from 255) = 47.90%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=22.65%
G=47.90%
B=29.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148910.5300.390.42136.1535.7842.75
Hex46945B350272A88242b
Octal10622413365047522104453
Binary1000110100101001011011110101010011110101010001000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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