#469254

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

Shades of Chateau Green #469254

Tints of Chateau Green #469254

Color information

#469254 (or 0x469254) is unknown color: approx Chateau Green. HEX triplet: 46, 92 and 54. RGB value is (70,146,84). Sum of RGB (Red+Green+Blue) = 70+146+84=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #469254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469254 is #B96DAB. Grayscale: #747474. Windows color (decimal): -12152236 or 5542470. OLE color: 5542470.

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

Color convert

RGB7014684-
CMYK0.5200.420.43
HSL131.05º35.19%42.35%-
HSV(B)131.05º52.05%57.25%-
XYZ14.422.511.97-
YUV116.21109.8295.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 84 (33.20% from 255) = 28%
R=23.33%
G=48.67%
B=28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70146840.5200.420.43131.0535.1942.35
Hex4692543402A2B83232a
Octal10622212464052532034352
Binary1000110100100101010100110100010101010101110000011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469254; }

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

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

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

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

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

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

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

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