#469E5B

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

Shades of Chateau Green #469E5B

Tints of Chateau Green #469E5B

Color information

#469E5B (or 0x469E5B) is unknown color: approx Chateau Green. HEX triplet: 46, 9E and 5B. RGB value is (70,158,91). Sum of RGB (Red+Green+Blue) = 70+158+91=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #469E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E5B is #B961A4. Grayscale: #7C7C7C. Windows color (decimal): -12149157 or 6004294. OLE color: 6004294.

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

Color convert

RGB7015891-
CMYK0.5600.420.38
HSL134.32º38.6%44.71%-
HSV(B)134.32º55.7%61.96%-
XYZ16.6426.5114.14-
YUV124.05109.3589.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 158 (62.11% from 255) = 49.53%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=21.94%
G=49.53%
B=28.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70158910.5600.420.38134.3238.644.71
Hex469E5B3802A2686272d
Octal10623613370052462064755
Binary1000110100111101011011111000010101010011010000110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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