Html Css Color HEX #509760 Chateau Green

📋 copy color: '#509760'

red 80 ◦ green 151 ◦ blue 96

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

Shades of Chateau Green #509760

Tints of Chateau Green #509760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 24.46%
G = 46.18%
B = 29.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#509760 (or 0x509760) is known color: Chateau Green. HEX triplet: 50, 97 and 60. RGB value is (80,151,96). Sum of RGB (Red+Green+Blue) = 80+151+96=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #509760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509760 is #AF689F. Grayscale: #7B7B7B. Windows color (decimal): -11495584 or 6330192. OLE color: 6330192.

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

Color convert

RGB 80 151 96 -
CMYK 0.47 0 0.36 0.41
HSL 133.52º 0.31% 0.45% -
HSV(B) 133.52º 0.47% 0.59% -
XYZ 16.49 24.68 14.96 -
YUV 123.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 80 151 96 0.47 0 0.36 0.41 133.52 0.31 0.45
Hex 50 97 60 2F 0 24 29 86 1F 2D
Octal 120 227 140 57 0 44 51 206 37 55
Binary 1010000 10010111 1100000 101111 0 100100 101001 10000110 11111 101101

Color Harmonies of #509760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509760

Black with #509760

Text Example


Text Example

White with #509760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509760; }

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

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

background-color css

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

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

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

border-color css

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

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

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