#469663

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

Shades of Chateau Green #469663

Tints of Chateau Green #469663

Color information

#469663 (or 0x469663) is unknown color: approx Chateau Green. HEX triplet: 46, 96 and 63. RGB value is (70,150,99). Sum of RGB (Red+Green+Blue) = 70+150+99=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #469663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469663 is #B9699C. Grayscale: #787878. Windows color (decimal): -12151197 or 6526534. OLE color: 6526534.

HSL color Cylindrical-coordinate representation of color #469663: hue angle of 141.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469663 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB7015099-
CMYK0.5300.340.41
HSL141.75º36.36%43.14%-
HSV(B)141.75º53.33%58.82%-
XYZ15.6824.0215.61-
YUV120.2711692.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 99 (39.06% from 255) = 31.03%
R=21.94%
G=47.02%
B=31.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70150990.5300.340.41141.7536.3643.14
Hex46966335022298e242b
Octal10622614365042512164453
Binary1000110100101101100011110101010001010100110001110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469663; }

 p { color: rgb(70,150,99); }

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

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

 a { background-color: rgb(70,150,99); }

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

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

 span { border-color: rgb(70,150,99); }

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