#469C63

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

Shades of Chateau Green #469C63

Tints of Chateau Green #469C63

Color information

#469C63 (or 0x469C63) is unknown color: approx Chateau Green. HEX triplet: 46, 9C and 63. RGB value is (70,156,99). Sum of RGB (Red+Green+Blue) = 70+156+99=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #469C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C63 is #B9639C. Grayscale: #7B7B7B. Windows color (decimal): -12149661 or 6528070. OLE color: 6528070.

HSL color Cylindrical-coordinate representation of color #469C63: hue angle of 140.23º 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 #469C63 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB7015699-
CMYK0.5500.370.39
HSL140.23º38.05%44.31%-
HSV(B)140.23º55.13%61.18%-
XYZ16.6725.9815.94-
YUV123.79114.0189.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=21.54%
G=48%
B=30.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70156990.5500.370.39140.2338.0544.31
Hex469C6337025278c262c
Octal10623414367045472144654
Binary1000110100111001100011110111010010110011110001100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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