#46AF5E

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

Shades of Chateau Green #46AF5E

Tints of Chateau Green #46AF5E

Color information

#46AF5E (or 0x46AF5E) is unknown color: approx Chateau Green. HEX triplet: 46, AF and 5E. RGB value is (70,175,94). Sum of RGB (Red+Green+Blue) = 70+175+94=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AF5E is #B950A1. Grayscale: #868686. Windows color (decimal): -12144802 or 6205254. OLE color: 6205254.

HSL color Cylindrical-coordinate representation of color #46AF5E: hue angle of 133.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AF5E is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB7017594-
CMYK0.6000.460.31
HSL133.71º42.86%48.04%-
HSV(B)133.71º60%68.63%-
XYZ19.8832.7715.87-
YUV134.37105.2182.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 175 (68.75% from 255) = 51.62%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=20.65%
G=51.62%
B=27.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70175940.6000.460.31133.7142.8648.04
Hex46AF5E3C02E1F862b30
Octal10625713674056372065360
Binary100011010101111101111011110001011101111110000110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,175,94); }

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

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

 a { background-color: rgb(70,175,94); }

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

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

 span { border-color: rgb(70,175,94); }

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