#469052

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

Shades of Chateau Green #469052

Tints of Chateau Green #469052

Color information

#469052 (or 0x469052) is unknown color: approx Chateau Green. HEX triplet: 46, 90 and 52. RGB value is (70,144,82). Sum of RGB (Red+Green+Blue) = 70+144+82=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #469052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469052 is #B96FAD. Grayscale: #727272. Windows color (decimal): -12152750 or 5410886. OLE color: 5410886.

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

Color convert

RGB7014482-
CMYK0.5100.430.44
HSL129.73º34.58%41.96%-
HSV(B)129.73º51.39%56.47%-
XYZ14.0221.8611.46-
YUV114.81109.4896.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=23.65%
G=48.65%
B=27.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144820.5100.430.44129.7334.5841.96
Hex4690523302B2C82232a
Octal10622012263053542024352
Binary1000110100100001010010110011010101110110010000010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469052; }

 p { color: rgb(70,144,82); }

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

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

 a { background-color: rgb(70,144,82); }

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

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

 span { border-color: rgb(70,144,82); }

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