Html Css Color HEX #509B60 Chateau Green

📋 copy color: '#509B60'

red 80 ◦ green 155 ◦ blue 96

#509B60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #509B60

Tints of Chateau Green #509B60

RGB

 RED value IS 80 (31.64% from 255) = 24.17%

 GREEN value IS 155 (60.94% from 255) = 46.83%

 BLUE value IS 96 (37.89% from 255) = 29%

R = 24.17%
G = 46.83%
B = 29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#509B60 (or 0x509B60) is known color: Chateau Green. HEX triplet: 50, 9B and 60. RGB value is (80,155,96). Sum of RGB (Red+Green+Blue) = 80+155+96=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #509B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B60 is #AF649F. Grayscale: #7E7E7E. Windows color (decimal): -11494560 or 6331216. OLE color: 6331216.

HSL color Cylindrical-coordinate representation of color #509B60: hue angle of 132.8º 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 #509B60 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 96 -
CMYK 0.48 0 0.38 0.39
HSL 132.8º 0.32% 0.46% -
HSV(B) 132.8º 0.48% 0.61% -
XYZ 17.14 25.99 15.18 -
YUV 125.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 80 155 96 0.48 0 0.38 0.39 132.8 0.32 0.46
Hex 50 9B 60 30 0 26 27 85 20 2E
Octal 120 233 140 60 0 46 47 205 40 56
Binary 1010000 10011011 1100000 110000 0 100110 100111 10000101 100000 101110

Color Harmonies of #509B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B60

Black with #509B60

Text Example


Text Example

White with #509B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #509B60;
 }
 .AnyTagClassName
 {
   color: #509B60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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