Html Css Color HEX #509460 Chateau Green

📋 copy color: '#509460'

red 80 ◦ green 148 ◦ blue 96

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

Shades of Chateau Green #509460

Tints of Chateau Green #509460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.68%

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

R = 24.69%
G = 45.68%
B = 29.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#509460 (or 0x509460) is known color: Chateau Green. HEX triplet: 50, 94 and 60. RGB value is (80,148,96). Sum of RGB (Red+Green+Blue) = 80+148+96=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #509460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509460 is #AF6B9F. Grayscale: #797979. Windows color (decimal): -11496352 or 6329424. OLE color: 6329424.

HSL color Cylindrical-coordinate representation of color #509460: hue angle of 134.12º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509460 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 96 -
CMYK 0.46 0 0.35 0.42
HSL 134.12º 0.3% 0.45% -
HSV(B) 134.12º 0.46% 0.58% -
XYZ 16.01 23.73 14.8 -
YUV 121.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 80 148 96 0.46 0 0.35 0.42 134.12 0.3 0.45
Hex 50 94 60 2E 0 23 2A 86 1E 2D
Octal 120 224 140 56 0 43 52 206 36 55
Binary 1010000 10010100 1100000 101110 0 100011 101010 10000110 11110 101101

Color Harmonies of #509460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509460

Black with #509460

Text Example


Text Example

White with #509460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509460; }

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

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

background-color css

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

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

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

border-color css

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

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

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