#469E5A

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

Shades of Chateau Green #469E5A

Tints of Chateau Green #469E5A

Color information

#469E5A (or 0x469E5A) is unknown color: approx Chateau Green. HEX triplet: 46, 9E and 5A. RGB value is (70,158,90). Sum of RGB (Red+Green+Blue) = 70+158+90=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #469E5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E5A is #B961A5. Grayscale: #7C7C7C. Windows color (decimal): -12149158 or 5938758. OLE color: 5938758.

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

Color convert

RGB7015890-
CMYK0.5600.430.38
HSL133.64º38.6%44.71%-
HSV(B)133.64º55.7%61.96%-
XYZ16.626.4913.91-
YUV123.94108.8589.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 158 (62.11% from 255) = 49.69%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=22.01%
G=49.69%
B=28.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70158900.5600.430.38133.6438.644.71
Hex469E5A3802B2686272d
Octal10623613270053462064755
Binary1000110100111101011010111000010101110011010000110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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