#469B5C

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

Shades of Chateau Green #469B5C

Tints of Chateau Green #469B5C

Color information

#469B5C (or 0x469B5C) is unknown color: approx Chateau Green. HEX triplet: 46, 9B and 5C. RGB value is (70,155,92). Sum of RGB (Red+Green+Blue) = 70+155+92=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #469B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B5C is #B964A3. Grayscale: #7A7A7A. Windows color (decimal): -12149924 or 6069062. OLE color: 6069062.

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

Color convert

RGB7015592-
CMYK0.5500.410.39
HSL135.53º37.78%44.12%-
HSV(B)135.53º54.84%60.78%-
XYZ16.1825.5214.2-
YUV122.4110.8490.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 155 (60.94% from 255) = 48.90%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=22.08%
G=48.90%
B=29.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70155920.5500.410.39135.5337.7844.12
Hex469B5C370292788262c
Octal10623313467051472104654
Binary1000110100110111011100110111010100110011110001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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