#469460

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

Shades of Chateau Green #469460

Tints of Chateau Green #469460

Color information

#469460 (or 0x469460) is unknown color: approx Chateau Green. HEX triplet: 46, 94 and 60. RGB value is (70,148,96). Sum of RGB (Red+Green+Blue) = 70+148+96=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #469460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469460 is #B96B9F. Grayscale: #767676. Windows color (decimal): -12151712 or 6329414. OLE color: 6329414.

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

Color convert

RGB7014896-
CMYK0.5300.350.42
HSL140º35.78%42.75%-
HSV(B)140º52.7%58.04%-
XYZ15.2323.3314.77-
YUV118.75115.1693.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=22.29%
G=47.13%
B=30.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148960.5300.350.4214035.7842.75
Hex469460350232A8c242b
Octal10622414065043522144453
Binary1000110100101001100000110101010001110101010001100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469460; }

 p { color: rgb(70,148,96); }

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

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

 a { background-color: rgb(70,148,96); }

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

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

 span { border-color: rgb(70,148,96); }

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