Html Css Color HEX #50915E Chateau Green

📋 copy color: '#50915E'

red 80 ◦ green 145 ◦ blue 94

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

Shades of Chateau Green #50915E

Tints of Chateau Green #50915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.45%

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 25.08%
G = 45.45%
B = 29.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#50915E (or 0x50915E) is known color: Chateau Green. HEX triplet: 50, 91 and 5E. RGB value is (80,145,94). Sum of RGB (Red+Green+Blue) = 80+145+94=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #50915E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50915E is #AF6EA1. Grayscale: #777777. Windows color (decimal): -11497122 or 6197584. OLE color: 6197584.

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

Color convert

RGB 80 145 94 -
CMYK 0.45 0 0.35 0.43
HSL 132.92º 0.29% 0.44% -
HSV(B) 132.92º 0.45% 0.57% -
XYZ 15.45 22.76 14.17 -
YUV 119.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 80 145 94 0.45 0 0.35 0.43 132.92 0.29 0.44
Hex 50 91 5E 2D 0 23 2B 85 1D 2C
Octal 120 221 136 55 0 43 53 205 35 54
Binary 1010000 10010001 1011110 101101 0 100011 101011 10000101 11101 101100

Color Harmonies of #50915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50915E

Black with #50915E

Text Example


Text Example

White with #50915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50915E; }

 p { color: rgb(80,145,94); }

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

background-color css

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

 a { background-color: rgb(80,145,94); }

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

border-color css

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

 span { border-color: rgb(80,145,94); }

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