#469A5A

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

Shades of Chateau Green #469A5A

Tints of Chateau Green #469A5A

Color information

#469A5A (or 0x469A5A) is unknown color: approx Chateau Green. HEX triplet: 46, 9A and 5A. RGB value is (70,154,90). Sum of RGB (Red+Green+Blue) = 70+154+90=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #469A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A5A is #B965A5. Grayscale: #797979. Windows color (decimal): -12150182 or 5937734. OLE color: 5937734.

HSL color Cylindrical-coordinate representation of color #469A5A: hue angle of 134.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A5A is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB7015490-
CMYK0.5500.420.40
HSL134.29º37.5%43.92%-
HSV(B)134.29º54.55%60.39%-
XYZ15.9325.1513.69-
YUV121.59110.1791.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 154 (60.55% from 255) = 49.04%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=22.29%
G=49.04%
B=28.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70154900.5500.420.40134.2937.543.92
Hex469A5A3702A2886262c
Octal10623213267052502064654
Binary1000110100110101011010110111010101010100010000110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469A5A; }

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

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

<style>
 a { background-color: #469A5A; }

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

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

<style>
 span { border-color: #469A5A; }

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

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