#469864

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

Shades of Chateau Green #469864

Tints of Chateau Green #469864

Color information

#469864 (or 0x469864) is unknown color: approx Chateau Green. HEX triplet: 46, 98 and 64. RGB value is (70,152,100). Sum of RGB (Red+Green+Blue) = 70+152+100=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #469864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469864 is #B9679B. Grayscale: #797979. Windows color (decimal): -12150684 or 6592582. OLE color: 6592582.

HSL color Cylindrical-coordinate representation of color #469864: hue angle of 141.95º 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 #469864 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB70152100-
CMYK0.5400.340.40
HSL141.95º36.94%43.53%-
HSV(B)141.95º53.95%59.61%-
XYZ16.0524.6815.97-
YUV121.55115.8391.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 152 (59.77% from 255) = 47.20%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=21.74%
G=47.20%
B=31.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701521000.5400.340.40141.9536.9443.53
Hex46986436022288e252c
Octal10623014466042502164554
Binary1000110100110001100100110110010001010100010001110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469864; }

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

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

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

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

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

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

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

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