#469152

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

Shades of Chateau Green #469152

Tints of Chateau Green #469152

Color information

#469152 (or 0x469152) is unknown color: approx Chateau Green. HEX triplet: 46, 91 and 52. RGB value is (70,145,82). Sum of RGB (Red+Green+Blue) = 70+145+82=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #469152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469152 is #B96EAD. Grayscale: #737373. Windows color (decimal): -12152494 or 5411142. OLE color: 5411142.

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

Color convert

RGB7014582-
CMYK0.5200.430.43
HSL129.6º34.88%42.16%-
HSV(B)129.6º51.72%56.86%-
XYZ14.1722.1611.51-
YUV115.39109.1595.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=23.57%
G=48.82%
B=27.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145820.5200.430.43129.634.8842.16
Hex4691523402B2B82232a
Octal10622112264053532024352
Binary1000110100100011010010110100010101110101110000010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469152; }

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

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

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

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

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

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

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

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