#509462

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

Shades of Chateau Green #509462

Tints of Chateau Green #509462

Color information

#509462 (or 0x509462) is unknown color: approx Chateau Green. HEX triplet: 50, 94 and 62. RGB value is (80,148,98). Sum of RGB (Red+Green+Blue) = 80+148+98=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #509462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509462 is #AF6B9D. Grayscale: #7A7A7A. Windows color (decimal): -11496350 or 6460496. OLE color: 6460496.

HSL color Cylindrical-coordinate representation of color #509462: hue angle of 135.88º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509462 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB8014898-
CMYK0.4600.340.42
HSL135.88º29.82%44.71%-
HSV(B)135.88º45.95%58.04%-
XYZ16.123.7715.29-
YUV121.97114.4798.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=24.54%
G=45.40%
B=30.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148980.4600.340.42135.8829.8244.71
Hex5094622E0222A881e2d
Octal12022414256042522103655
Binary101000010010100110001010111001000101010101000100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509462; }

 p { color: rgb(80,148,98); }

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

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

 a { background-color: rgb(80,148,98); }

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

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

 span { border-color: rgb(80,148,98); }

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