#469D56

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

Shades of Chateau Green #469D56

Tints of Chateau Green #469D56

Color information

#469D56 (or 0x469D56) is unknown color: approx Chateau Green. HEX triplet: 46, 9D and 56. RGB value is (70,157,86). Sum of RGB (Red+Green+Blue) = 70+157+86=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #469D56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D56 is #B962A9. Grayscale: #7B7B7B. Windows color (decimal): -12149418 or 5676358. OLE color: 5676358.

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

Color convert

RGB7015786-
CMYK0.5500.450.38
HSL131.03º38.33%44.51%-
HSV(B)131.03º55.41%61.57%-
XYZ16.2626.0912.98-
YUV122.89107.1890.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 157 (61.72% from 255) = 50.16%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=22.36%
G=50.16%
B=27.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70157860.5500.450.38131.0338.3344.51
Hex469D563702D2683262d
Octal10623512667055462034655
Binary1000110100111011010110110111010110110011010000011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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