#469661

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

Shades of Chateau Green #469661

Tints of Chateau Green #469661

Color information

#469661 (or 0x469661) is unknown color: approx Chateau Green. HEX triplet: 46, 96 and 61. RGB value is (70,150,97). Sum of RGB (Red+Green+Blue) = 70+150+97=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #469661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469661 is #B9699E. Grayscale: #787878. Windows color (decimal): -12151199 or 6395462. OLE color: 6395462.

HSL color Cylindrical-coordinate representation of color #469661: hue angle of 140.25º 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 #469661 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB7015097-
CMYK0.5300.350.41
HSL140.25º36.36%43.14%-
HSV(B)140.25º53.33%58.82%-
XYZ15.5923.9815.12-
YUV120.0411592.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=22.08%
G=47.32%
B=30.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70150970.5300.350.41140.2536.3643.14
Hex46966135023298c242b
Octal10622614165043512144453
Binary1000110100101101100001110101010001110100110001100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469661; }

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

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

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

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

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

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

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

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