#469464

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

Shades of Chateau Green #469464

Tints of Chateau Green #469464

Color information

#469464 (or 0x469464) is unknown color: approx Chateau Green. HEX triplet: 46, 94 and 64. RGB value is (70,148,100). Sum of RGB (Red+Green+Blue) = 70+148+100=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #469464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469464 is #B96B9B. Grayscale: #777777. Windows color (decimal): -12151708 or 6591558. OLE color: 6591558.

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

Color convert

RGB70148100-
CMYK0.5300.320.42
HSL143.08º35.78%42.75%-
HSV(B)143.08º52.7%58.04%-
XYZ15.4223.415.76-
YUV119.21117.1692.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 148 (58.20% from 255) = 46.54%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=22.01%
G=46.54%
B=31.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701481000.5300.320.42143.0835.7842.75
Hex469464350202A8f242b
Octal10622414465040522174453
Binary1000110100101001100100110101010000010101010001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469464; }

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

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

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

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

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

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

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

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