#469E63

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

Shades of Chateau Green #469E63

Tints of Chateau Green #469E63

Color information

#469E63 (or 0x469E63) is unknown color: approx Chateau Green. HEX triplet: 46, 9E and 63. RGB value is (70,158,99). Sum of RGB (Red+Green+Blue) = 70+158+99=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #469E63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E63 is #B9619C. Grayscale: #7D7D7D. Windows color (decimal): -12149149 or 6528582. OLE color: 6528582.

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

Color convert

RGB7015899-
CMYK0.5600.370.38
HSL139.77º38.6%44.71%-
HSV(B)139.77º55.7%61.96%-
XYZ1726.6616.05-
YUV124.96113.3588.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 158 (62.11% from 255) = 48.32%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=21.41%
G=48.32%
B=30.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70158990.5600.370.38139.7738.644.71
Hex469E6338025268c272d
Octal10623614370045462144755
Binary1000110100111101100011111000010010110011010001100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,158,99); }

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

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

 a { background-color: rgb(70,158,99); }

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

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

 span { border-color: rgb(70,158,99); }

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