#469B5A

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

Shades of Chateau Green #469B5A

Tints of Chateau Green #469B5A

Color information

#469B5A (or 0x469B5A) is unknown color: approx Chateau Green. HEX triplet: 46, 9B and 5A. RGB value is (70,155,90). Sum of RGB (Red+Green+Blue) = 70+155+90=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #469B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B5A is #B964A5. Grayscale: #7A7A7A. Windows color (decimal): -12149926 or 5937990. OLE color: 5937990.

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

Color convert

RGB7015590-
CMYK0.5500.420.39
HSL134.12º37.78%44.12%-
HSV(B)134.12º54.84%60.78%-
XYZ16.0925.4813.74-
YUV122.18109.8490.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=22.22%
G=49.21%
B=28.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70155900.5500.420.39134.1237.7844.12
Hex469B5A3702A2786262c
Octal10623313267052472064654
Binary1000110100110111011010110111010101010011110000110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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