Html Css Color HEX #509265 Chateau Green

📋 copy color: '#509265'

red 80 ◦ green 146 ◦ blue 101

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

Shades of Chateau Green #509265

Tints of Chateau Green #509265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 24.46%
G = 44.65%
B = 30.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#509265 (or 0x509265) is known color: Chateau Green. HEX triplet: 50, 92 and 65. RGB value is (80,146,101). Sum of RGB (Red+Green+Blue) = 80+146+101=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #509265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509265 is #AF6D9A. Grayscale: #797979. Windows color (decimal): -11496859 or 6656592. OLE color: 6656592.

HSL color Cylindrical-coordinate representation of color #509265: hue angle of 139.09º 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 #509265 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 101 -
CMYK 0.45 0 0.31 0.43
HSL 139.09º 0.29% 0.44% -
HSV(B) 139.09º 0.45% 0.57% -
XYZ 15.94 23.2 15.95 -
YUV 121.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 80 146 101 0.45 0 0.31 0.43 139.09 0.29 0.44
Hex 50 92 65 2D 0 1F 2B 8B 1D 2C
Octal 120 222 145 55 0 37 53 213 35 54
Binary 1010000 10010010 1100101 101101 0 11111 101011 10001011 11101 101100

Color Harmonies of #509265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509265

Black with #509265

Text Example


Text Example

White with #509265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509265; }

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

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

background-color css

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

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

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

border-color css

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

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

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