#469C55

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

Shades of Chateau Green #469C55

Tints of Chateau Green #469C55

Color information

#469C55 (or 0x469C55) is unknown color: approx Chateau Green. HEX triplet: 46, 9C and 55. RGB value is (70,156,85). Sum of RGB (Red+Green+Blue) = 70+156+85=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #469C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C55 is #B963AA. Grayscale: #7A7A7A. Windows color (decimal): -12149675 or 5610566. OLE color: 5610566.

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

Color convert

RGB7015685-
CMYK0.5500.460.39
HSL130.47º38.05%44.31%-
HSV(B)130.47º55.13%61.18%-
XYZ16.0525.7312.72-
YUV122.19107.0190.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 156 (61.33% from 255) = 50.16%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=22.51%
G=50.16%
B=27.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70156850.5500.460.39130.4738.0544.31
Hex469C553702E2782262c
Octal10623412567056472024654
Binary1000110100111001010101110111010111010011110000010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,156,85); }

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

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

 a { background-color: rgb(70,156,85); }

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

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

 span { border-color: rgb(70,156,85); }

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