#469252

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

Shades of Chateau Green #469252

Tints of Chateau Green #469252

Color information

#469252 (or 0x469252) is unknown color: approx Chateau Green. HEX triplet: 46, 92 and 52. RGB value is (70,146,82). Sum of RGB (Red+Green+Blue) = 70+146+82=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #469252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469252 is #B96DAD. Grayscale: #747474. Windows color (decimal): -12152238 or 5411398. OLE color: 5411398.

HSL color Cylindrical-coordinate representation of color #469252: hue angle of 129.47º 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 #469252 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB7014682-
CMYK0.5200.440.43
HSL129.47º35.19%42.35%-
HSV(B)129.47º52.05%57.25%-
XYZ14.3322.4711.56-
YUV115.98108.8295.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=23.49%
G=48.99%
B=27.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70146820.5200.440.43129.4735.1942.35
Hex4692523402C2B81232a
Octal10622212264054532014352
Binary1000110100100101010010110100010110010101110000001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469252; }

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

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

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

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

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

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

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

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