#509B62

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

Shades of Chateau Green #509B62

Tints of Chateau Green #509B62

Color information

#509B62 (or 0x509B62) is unknown color: approx Chateau Green. HEX triplet: 50, 9B and 62. RGB value is (80,155,98). Sum of RGB (Red+Green+Blue) = 80+155+98=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #509B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B62 is #AF649D. Grayscale: #7E7E7E. Windows color (decimal): -11494558 or 6462288. OLE color: 6462288.

HSL color Cylindrical-coordinate representation of color #509B62: hue angle of 134.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B62 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB8015598-
CMYK0.4800.370.39
HSL134.4º31.91%46.08%-
HSV(B)134.4º48.39%60.78%-
XYZ17.2326.0315.67-
YUV126.08112.1595.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=24.02%
G=46.55%
B=29.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80155980.4800.370.39134.431.9146.08
Hex509B62300252786202e
Octal12023314260045472064056
Binary1010000100110111100010110000010010110011110000110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509B62; }

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

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

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

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

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

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

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

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