Html Css Color HEX #509163 Chateau Green

📋 copy color: '#509163'

red 80 ◦ green 145 ◦ blue 99

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

Shades of Chateau Green #509163

Tints of Chateau Green #509163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.75%

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 24.69%
G = 44.75%
B = 30.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#509163 (or 0x509163) is known color: Chateau Green. HEX triplet: 50, 91 and 63. RGB value is (80,145,99). Sum of RGB (Red+Green+Blue) = 80+145+99=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #509163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509163 is #AF6E9C. Grayscale: #787878. Windows color (decimal): -11497117 or 6525264. OLE color: 6525264.

HSL color Cylindrical-coordinate representation of color #509163: hue angle of 137.54º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509163 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 99 -
CMYK 0.45 0 0.32 0.43
HSL 137.54º 0.29% 0.44% -
HSV(B) 137.54º 0.45% 0.57% -
XYZ 15.69 22.86 15.39 -
YUV 120.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 80 145 99 0.45 0 0.32 0.43 137.54 0.29 0.44
Hex 50 91 63 2D 0 20 2B 8A 1D 2C
Octal 120 221 143 55 0 40 53 212 35 54
Binary 1010000 10010001 1100011 101101 0 100000 101011 10001010 11101 101100

Color Harmonies of #509163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509163

Black with #509163

Text Example


Text Example

White with #509163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509163; }

 p { color: rgb(80,145,99); }

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

background-color css

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

 a { background-color: rgb(80,145,99); }

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

border-color css

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

 span { border-color: rgb(80,145,99); }

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