Html Css Color HEX #50915D Chateau Green

📋 copy color: '#50915D'

red 80 ◦ green 145 ◦ blue 93

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

Shades of Chateau Green #50915D

Tints of Chateau Green #50915D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 25.16%
G = 45.6%
B = 29.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#50915D (or 0x50915D) is known color: Chateau Green. HEX triplet: 50, 91 and 5D. RGB value is (80,145,93). Sum of RGB (Red+Green+Blue) = 80+145+93=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #50915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50915D is #AF6EA2. Grayscale: #777777. Windows color (decimal): -11497123 or 6132048. OLE color: 6132048.

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

Color convert

RGB 80 145 93 -
CMYK 0.45 0 0.36 0.43
HSL 132º 0.29% 0.44% -
HSV(B) 132º 0.45% 0.57% -
XYZ 15.41 22.75 13.93 -
YUV 119.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 80 145 93 0.45 0 0.36 0.43 132 0.29 0.44
Hex 50 91 5D 2D 0 24 2B 84 1D 2C
Octal 120 221 135 55 0 44 53 204 35 54
Binary 1010000 10010001 1011101 101101 0 100100 101011 10000100 11101 101100

Color Harmonies of #50915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50915D

Black with #50915D

Text Example


Text Example

White with #50915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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