#46A25A

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

Shades of Chateau Green #46A25A

Tints of Chateau Green #46A25A

Color information

#46A25A (or 0x46A25A) is unknown color: approx Chateau Green. HEX triplet: 46, A2 and 5A. RGB value is (70,162,90). Sum of RGB (Red+Green+Blue) = 70+162+90=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #46A25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A25A is #B95DA5. Grayscale: #7E7E7E. Windows color (decimal): -12148134 or 5939782. OLE color: 5939782.

HSL color Cylindrical-coordinate representation of color #46A25A: hue angle of 133.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A25A is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB7016290-
CMYK0.5700.440.36
HSL133.04º39.66%45.49%-
HSV(B)133.04º56.79%63.53%-
XYZ17.2927.8814.14-
YUV126.28107.5287.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=21.74%
G=50.31%
B=27.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70162900.5700.440.36133.0439.6645.49
Hex46A25A3902C2485282d
Octal10624213271054442055055
Binary1000110101000101011010111001010110010010010000101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A25A; }

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

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

<style>
 a { background-color: #46A25A; }

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

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

<style>
 span { border-color: #46A25A; }

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

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