Html Css Color HEX #509267 Chateau Green

📋 copy color: '#509267'

red 80 ◦ green 146 ◦ blue 103

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

Shades of Chateau Green #509267

Tints of Chateau Green #509267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 24.32%
G = 44.38%
B = 31.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#509267 (or 0x509267) is known color: Chateau Green. HEX triplet: 50, 92 and 67. RGB value is (80,146,103). Sum of RGB (Red+Green+Blue) = 80+146+103=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #509267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509267 is #AF6D98. Grayscale: #797979. Windows color (decimal): -11496857 or 6787664. OLE color: 6787664.

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

Color convert

RGB 80 146 103 -
CMYK 0.45 0 0.29 0.43
HSL 140.91º 0.29% 0.44% -
HSV(B) 140.91º 0.45% 0.57% -
XYZ 16.04 23.24 16.47 -
YUV 121.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 80 146 103 0.45 0 0.29 0.43 140.91 0.29 0.44
Hex 50 92 67 2D 0 1D 2B 8D 1D 2C
Octal 120 222 147 55 0 35 53 215 35 54
Binary 1010000 10010010 1100111 101101 0 11101 101011 10001101 11101 101100

Color Harmonies of #509267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509267

Black with #509267

Text Example


Text Example

White with #509267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509267; }

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

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

background-color css

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

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

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

border-color css

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

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

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