#469B5B

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

Shades of Chateau Green #469B5B

Tints of Chateau Green #469B5B

Color information

#469B5B (or 0x469B5B) is unknown color: approx Chateau Green. HEX triplet: 46, 9B and 5B. RGB value is (70,155,91). Sum of RGB (Red+Green+Blue) = 70+155+91=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #469B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B5B is #B964A4. Grayscale: #7A7A7A. Windows color (decimal): -12149925 or 6003526. OLE color: 6003526.

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

Color convert

RGB7015591-
CMYK0.5500.410.39
HSL134.82º37.78%44.12%-
HSV(B)134.82º54.84%60.78%-
XYZ16.1425.513.97-
YUV122.29110.3490.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 155 (60.94% from 255) = 49.05%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=22.15%
G=49.05%
B=28.80%

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
Decimal70155910.5500.410.39134.8237.7844.12
Hex469B5B370292787262c
Octal10623313367051472074654
Binary1000110100110111011011110111010100110011110000111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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