Html Css Color HEX #509362 Chateau Green

📋 copy color: '#509362'

red 80 ◦ green 147 ◦ blue 98

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

Shades of Chateau Green #509362

Tints of Chateau Green #509362

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.23%

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

R = 24.62%
G = 45.23%
B = 30.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#509362 (or 0x509362) is known color: Chateau Green. HEX triplet: 50, 93 and 62. RGB value is (80,147,98). Sum of RGB (Red+Green+Blue) = 80+147+98=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #509362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509362 is #AF6C9D. Grayscale: #797979. Windows color (decimal): -11496606 or 6460240. OLE color: 6460240.

HSL color Cylindrical-coordinate representation of color #509362: hue angle of 136.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 #509362 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 98 -
CMYK 0.46 0 0.33 0.42
HSL 136.12º 0.3% 0.45% -
HSV(B) 136.12º 0.46% 0.58% -
XYZ 15.95 23.45 15.24 -
YUV 121.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 80 147 98 0.46 0 0.33 0.42 136.12 0.3 0.45
Hex 50 93 62 2E 0 21 2A 88 1E 2D
Octal 120 223 142 56 0 41 52 210 36 55
Binary 1010000 10010011 1100010 101110 0 100001 101010 10001000 11110 101101

Color Harmonies of #509362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509362

Black with #509362

Text Example


Text Example

White with #509362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509362; }

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

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

background-color css

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

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

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

border-color css

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

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

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