#46915A

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

Shades of Chateau Green #46915A

Tints of Chateau Green #46915A

Color information

#46915A (or 0x46915A) is unknown color: approx Chateau Green. HEX triplet: 46, 91 and 5A. RGB value is (70,145,90). Sum of RGB (Red+Green+Blue) = 70+145+90=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #46915A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46915A is #B96EA5. Grayscale: #747474. Windows color (decimal): -12152486 or 5935430. OLE color: 5935430.

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

Color convert

RGB7014590-
CMYK0.5200.380.43
HSL136º34.88%42.16%-
HSV(B)136º51.72%56.86%-
XYZ14.522.2913.21-
YUV116.3113.1594.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=22.95%
G=47.54%
B=29.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145900.5200.380.4313634.8842.16
Hex46915A340262B88232a
Octal10622113264046532104352
Binary1000110100100011011010110100010011010101110001000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46915A; }

 p { color: rgb(70,145,90); }

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

<style>
 a { background-color: #46915A; }

 a { background-color: rgb(70,145,90); }

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

<style>
 span { border-color: #46915A; }

 span { border-color: rgb(70,145,90); }

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