#469863

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

Shades of Chateau Green #469863

Tints of Chateau Green #469863

Color information

#469863 (or 0x469863) is unknown color: approx Chateau Green. HEX triplet: 46, 98 and 63. RGB value is (70,152,99). Sum of RGB (Red+Green+Blue) = 70+152+99=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #469863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469863 is #B9679C. Grayscale: #797979. Windows color (decimal): -12150685 or 6527046. OLE color: 6527046.

HSL color Cylindrical-coordinate representation of color #469863: hue angle of 141.22º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469863 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB7015299-
CMYK0.5400.350.40
HSL141.22º36.94%43.53%-
HSV(B)141.22º53.95%59.61%-
XYZ16.0124.6615.72-
YUV121.44115.3391.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 152 (59.77% from 255) = 47.35%
BLUE value IS 99 (39.06% from 255) = 30.84%
R=21.81%
G=47.35%
B=30.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152990.5400.350.40141.2236.9443.53
Hex46986336023288d252c
Octal10623014366043502154554
Binary1000110100110001100011110110010001110100010001101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469863; }

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

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

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

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

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

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

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

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