#469E61

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

Shades of Chateau Green #469E61

Tints of Chateau Green #469E61

Color information

#469E61 (or 0x469E61) is unknown color: approx Chateau Green. HEX triplet: 46, 9E and 61. RGB value is (70,158,97). Sum of RGB (Red+Green+Blue) = 70+158+97=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #469E61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E61 is #B9619E. Grayscale: #7C7C7C. Windows color (decimal): -12149151 or 6397510. OLE color: 6397510.

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

Color convert

RGB7015897-
CMYK0.5600.390.38
HSL138.41º38.6%44.71%-
HSV(B)138.41º55.7%61.96%-
XYZ16.9126.6215.56-
YUV124.73112.3588.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 158 (62.11% from 255) = 48.62%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=21.54%
G=48.62%
B=29.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70158970.5600.390.38138.4138.644.71
Hex469E6138027268a272d
Octal10623614170047462124755
Binary1000110100111101100001111000010011110011010001010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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