Html Css Color HEX #509766 Chateau Green

📋 copy color: '#509766'

red 80 ◦ green 151 ◦ blue 102

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

Shades of Chateau Green #509766

Tints of Chateau Green #509766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.35%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 24.02%
G = 45.35%
B = 30.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#509766 (or 0x509766) is known color: Chateau Green. HEX triplet: 50, 97 and 66. RGB value is (80,151,102). Sum of RGB (Red+Green+Blue) = 80+151+102=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #509766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509766 is #AF6899. Grayscale: #7C7C7C. Windows color (decimal): -11495578 or 6723408. OLE color: 6723408.

HSL color Cylindrical-coordinate representation of color #509766: hue angle of 138.59º degrees, saturation: 0.31, 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 #509766 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 102 -
CMYK 0.47 0 0.32 0.41
HSL 138.59º 0.31% 0.45% -
HSV(B) 138.59º 0.47% 0.59% -
XYZ 16.77 24.8 16.47 -
YUV 124.19 115.48 96.48 -
System Red Green Blue C M Y K H S L
Decimal 80 151 102 0.47 0 0.32 0.41 138.59 0.31 0.45
Hex 50 97 66 2F 0 20 29 8B 1F 2D
Octal 120 227 146 57 0 40 51 213 37 55
Binary 1010000 10010111 1100110 101111 0 100000 101001 10001011 11111 101101

Color Harmonies of #509766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509766

Black with #509766

Text Example


Text Example

White with #509766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509766; }

 p { color: rgb(80,151,102); }

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

background-color css

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

 a { background-color: rgb(80,151,102); }

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

border-color css

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

 span { border-color: rgb(80,151,102); }

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