Html Css Color HEX #509062 Chateau Green

📋 copy color: '#509062'

red 80 ◦ green 144 ◦ blue 98

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

Shades of Chateau Green #509062

Tints of Chateau Green #509062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

 BLUE value IS 98 (38.67% from 255) = 30.43%

R = 24.84%
G = 44.72%
B = 30.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#509062 (or 0x509062) is known color: Chateau Green. HEX triplet: 50, 90 and 62. RGB value is (80,144,98). Sum of RGB (Red+Green+Blue) = 80+144+98=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #509062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509062 is #AF6F9D. Grayscale: #777777. Windows color (decimal): -11497374 or 6459472. OLE color: 6459472.

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

Color convert

RGB 80 144 98 -
CMYK 0.44 0 0.32 0.44
HSL 136.88º 0.29% 0.44% -
HSV(B) 136.88º 0.44% 0.56% -
XYZ 15.49 22.53 15.09 -
YUV 119.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 80 144 98 0.44 0 0.32 0.44 136.88 0.29 0.44
Hex 50 90 62 2C 0 20 2C 89 1D 2C
Octal 120 220 142 54 0 40 54 211 35 54
Binary 1010000 10010000 1100010 101100 0 100000 101100 10001001 11101 101100

Color Harmonies of #509062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509062

Black with #509062

Text Example


Text Example

White with #509062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509062; }

 p { color: rgb(80,144,98); }

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

background-color css

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

 a { background-color: rgb(80,144,98); }

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

border-color css

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

 span { border-color: rgb(80,144,98); }

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