Html Css Color HEX #509264 Chateau Green

📋 copy color: '#509264'

red 80 ◦ green 146 ◦ blue 100

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

Shades of Chateau Green #509264

Tints of Chateau Green #509264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 100 (39.45% from 255) = 30.67%

R = 24.54%
G = 44.79%
B = 30.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#509264 (or 0x509264) is known color: Chateau Green. HEX triplet: 50, 92 and 64. RGB value is (80,146,100). Sum of RGB (Red+Green+Blue) = 80+146+100=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #509264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509264 is #AF6D9B. Grayscale: #797979. Windows color (decimal): -11496860 or 6591056. OLE color: 6591056.

HSL color Cylindrical-coordinate representation of color #509264: hue angle of 138.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509264 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 100 -
CMYK 0.45 0 0.32 0.43
HSL 138.18º 0.29% 0.44% -
HSV(B) 138.18º 0.45% 0.57% -
XYZ 15.89 23.18 15.69 -
YUV 121.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 80 146 100 0.45 0 0.32 0.43 138.18 0.29 0.44
Hex 50 92 64 2D 0 20 2B 8A 1D 2C
Octal 120 222 144 55 0 40 53 212 35 54
Binary 1010000 10010010 1100100 101101 0 100000 101011 10001010 11101 101100

Color Harmonies of #509264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509264

Black with #509264

Text Example


Text Example

White with #509264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509264; }

 p { color: rgb(80,146,100); }

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

background-color css

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

 a { background-color: rgb(80,146,100); }

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

border-color css

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

 span { border-color: rgb(80,146,100); }

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