Html Css Color HEX #509561 Chateau Green

📋 copy color: '#509561'

red 80 ◦ green 149 ◦ blue 97

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

Shades of Chateau Green #509561

Tints of Chateau Green #509561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.71%

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 24.54%
G = 45.71%
B = 29.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#509561 (or 0x509561) is known color: Chateau Green. HEX triplet: 50, 95 and 61. RGB value is (80,149,97). Sum of RGB (Red+Green+Blue) = 80+149+97=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #509561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509561 is #AF6A9E. Grayscale: #7A7A7A. Windows color (decimal): -11496095 or 6395216. OLE color: 6395216.

HSL color Cylindrical-coordinate representation of color #509561: hue angle of 134.78º 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 #509561 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 97 -
CMYK 0.46 0 0.35 0.42
HSL 134.78º 0.3% 0.45% -
HSV(B) 134.78º 0.46% 0.58% -
XYZ 16.21 24.06 15.1 -
YUV 122.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 80 149 97 0.46 0 0.35 0.42 134.78 0.3 0.45
Hex 50 95 61 2E 0 23 2A 87 1E 2D
Octal 120 225 141 56 0 43 52 207 36 55
Binary 1010000 10010101 1100001 101110 0 100011 101010 10000111 11110 101101

Color Harmonies of #509561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509561

Black with #509561

Text Example


Text Example

White with #509561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509561; }

 p { color: rgb(80,149,97); }

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

background-color css

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

 a { background-color: rgb(80,149,97); }

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

border-color css

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

 span { border-color: rgb(80,149,97); }

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