Html Css Color HEX #509663 Chateau Green

📋 copy color: '#509663'

red 80 ◦ green 150 ◦ blue 99

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

Shades of Chateau Green #509663

Tints of Chateau Green #509663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.59%

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

R = 24.32%
G = 45.59%
B = 30.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#509663 (or 0x509663) is known color: Chateau Green. HEX triplet: 50, 96 and 63. RGB value is (80,150,99). Sum of RGB (Red+Green+Blue) = 80+150+99=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #509663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509663 is #AF699C. Grayscale: #7B7B7B. Windows color (decimal): -11495837 or 6526544. OLE color: 6526544.

HSL color Cylindrical-coordinate representation of color #509663: hue angle of 136.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509663 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 99 -
CMYK 0.47 0 0.34 0.41
HSL 136.29º 0.3% 0.45% -
HSV(B) 136.29º 0.47% 0.59% -
XYZ 16.47 24.42 15.65 -
YUV 123.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 80 150 99 0.47 0 0.34 0.41 136.29 0.3 0.45
Hex 50 96 63 2F 0 22 29 88 1E 2D
Octal 120 226 143 57 0 42 51 210 36 55
Binary 1010000 10010110 1100011 101111 0 100010 101001 10001000 11110 101101

Color Harmonies of #509663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509663

Black with #509663

Text Example


Text Example

White with #509663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509663; }

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

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

background-color css

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

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

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

border-color css

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

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

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