#46925A

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

Shades of Chateau Green #46925A

Tints of Chateau Green #46925A

Color information

#46925A (or 0x46925A) is unknown color: approx Chateau Green. HEX triplet: 46, 92 and 5A. RGB value is (70,146,90). Sum of RGB (Red+Green+Blue) = 70+146+90=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #46925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46925A is #B96DA5. Grayscale: #757575. Windows color (decimal): -12152230 or 5935686. OLE color: 5935686.

HSL color Cylindrical-coordinate representation of color #46925A: hue angle of 135.79º 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 #46925A is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB7014690-
CMYK0.5200.380.43
HSL135.79º35.19%42.35%-
HSV(B)135.79º52.05%57.25%-
XYZ14.6522.613.26-
YUV116.89112.8294.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 146 (57.42% from 255) = 47.71%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=22.88%
G=47.71%
B=29.41%

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
Decimal70146900.5200.380.43135.7935.1942.35
Hex46925A340262B88232a
Octal10622213264046532104352
Binary1000110100100101011010110100010011010101110001000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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