#469762

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

Shades of Chateau Green #469762

Tints of Chateau Green #469762

Color information

#469762 (or 0x469762) is unknown color: approx Chateau Green. HEX triplet: 46, 97 and 62. RGB value is (70,151,98). Sum of RGB (Red+Green+Blue) = 70+151+98=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #469762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469762 is #B9689D. Grayscale: #787878. Windows color (decimal): -12150942 or 6461254. OLE color: 6461254.

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

Color convert

RGB7015198-
CMYK0.5400.350.41
HSL140.74º36.65%43.33%-
HSV(B)140.74º53.64%59.22%-
XYZ15.824.3215.42-
YUV120.74115.1691.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 151 (59.38% from 255) = 47.34%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=21.94%
G=47.34%
B=30.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70151980.5400.350.41140.7436.6543.33
Hex46976236023298d252b
Octal10622714266043512154553
Binary1000110100101111100010110110010001110100110001101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469762; }

 p { color: rgb(70,151,98); }

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

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

 a { background-color: rgb(70,151,98); }

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

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

 span { border-color: rgb(70,151,98); }

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