#469C56

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

Shades of Chateau Green #469C56

Tints of Chateau Green #469C56

Color information

#469C56 (or 0x469C56) is unknown color: approx Chateau Green. HEX triplet: 46, 9C and 56. RGB value is (70,156,86). Sum of RGB (Red+Green+Blue) = 70+156+86=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #469C56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C56 is #B963A9. Grayscale: #7A7A7A. Windows color (decimal): -12149674 or 5676102. OLE color: 5676102.

HSL color Cylindrical-coordinate representation of color #469C56: hue angle of 131.16º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C56 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB7015686-
CMYK0.5500.450.39
HSL131.16º38.05%44.31%-
HSV(B)131.16º55.13%61.18%-
XYZ16.0925.7512.93-
YUV122.31107.5190.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 156 (61.33% from 255) = 50%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=22.44%
G=50%
B=27.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70156860.5500.450.39131.1638.0544.31
Hex469C563702D2783262c
Octal10623412667055472034654
Binary1000110100111001010110110111010110110011110000011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469C56; }

 p { color: rgb(70,156,86); }

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

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

 a { background-color: rgb(70,156,86); }

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

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

 span { border-color: rgb(70,156,86); }

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