Html Css Color HEX #509C63 Chateau Green

📋 copy color: '#509C63'

red 80 ◦ green 156 ◦ blue 99

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

Shades of Chateau Green #509C63

Tints of Chateau Green #509C63

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.57%

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

R = 23.88%
G = 46.57%
B = 29.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#509C63 (or 0x509C63) is known color: Chateau Green. HEX triplet: 50, 9C and 63. RGB value is (80,156,99). Sum of RGB (Red+Green+Blue) = 80+156+99=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #509C63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C63 is #AF639C. Grayscale: #7E7E7E. Windows color (decimal): -11494301 or 6528080. OLE color: 6528080.

HSL color Cylindrical-coordinate representation of color #509C63: hue angle of 135º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C63 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 99 -
CMYK 0.49 0 0.37 0.39
HSL 135º 0.32% 0.46% -
HSV(B) 135º 0.49% 0.61% -
XYZ 17.45 26.38 15.98 -
YUV 126.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 80 156 99 0.49 0 0.37 0.39 135 0.32 0.46
Hex 50 9C 63 31 0 25 27 87 20 2E
Octal 120 234 143 61 0 45 47 207 40 56
Binary 1010000 10011100 1100011 110001 0 100101 100111 10000111 100000 101110

Color Harmonies of #509C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C63

Black with #509C63

Text Example


Text Example

White with #509C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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