Html Css Color HEX #509960 Chateau Green

📋 copy color: '#509960'

red 80 ◦ green 153 ◦ blue 96

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

Shades of Chateau Green #509960

Tints of Chateau Green #509960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.5%

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

R = 24.32%
G = 46.5%
B = 29.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#509960 (or 0x509960) is known color: Chateau Green. HEX triplet: 50, 99 and 60. RGB value is (80,153,96). Sum of RGB (Red+Green+Blue) = 80+153+96=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #509960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509960 is #AF669F. Grayscale: #7C7C7C. Windows color (decimal): -11495072 or 6330704. OLE color: 6330704.

HSL color Cylindrical-coordinate representation of color #509960: hue angle of 133.15º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509960 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 96 -
CMYK 0.48 0 0.37 0.4
HSL 133.15º 0.31% 0.46% -
HSV(B) 133.15º 0.48% 0.6% -
XYZ 16.81 25.33 15.07 -
YUV 124.68 111.82 96.13 -
System Red Green Blue C M Y K H S L
Decimal 80 153 96 0.48 0 0.37 0.4 133.15 0.31 0.46
Hex 50 99 60 30 0 25 28 85 1F 2E
Octal 120 231 140 60 0 45 50 205 37 56
Binary 1010000 10011001 1100000 110000 0 100101 101000 10000101 11111 101110

Color Harmonies of #509960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509960

Black with #509960

Text Example


Text Example

White with #509960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509960; }

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

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

background-color css

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

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

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

border-color css

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

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

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