Html Css Color HEX #509361 Chateau Green

📋 copy color: '#509361'

red 80 ◦ green 147 ◦ blue 97

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

Shades of Chateau Green #509361

Tints of Chateau Green #509361

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

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

R = 24.69%
G = 45.37%
B = 29.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#509361 (or 0x509361) is known color: Chateau Green. HEX triplet: 50, 93 and 61. RGB value is (80,147,97). Sum of RGB (Red+Green+Blue) = 80+147+97=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #509361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509361 is #AF6C9E. Grayscale: #797979. Windows color (decimal): -11496607 or 6394704. OLE color: 6394704.

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

Color convert

RGB 80 147 97 -
CMYK 0.46 0 0.34 0.42
HSL 135.22º 0.3% 0.45% -
HSV(B) 135.22º 0.46% 0.58% -
XYZ 15.9 23.44 14.99 -
YUV 121.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 80 147 97 0.46 0 0.34 0.42 135.22 0.3 0.45
Hex 50 93 61 2E 0 22 2A 87 1E 2D
Octal 120 223 141 56 0 42 52 207 36 55
Binary 1010000 10010011 1100001 101110 0 100010 101010 10000111 11110 101101

Color Harmonies of #509361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509361

Black with #509361

Text Example


Text Example

White with #509361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509361; }

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

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

background-color css

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

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

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

border-color css

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

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

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