Html Css Color HEX #50915B Chateau Green

📋 copy color: '#50915B'

red 80 ◦ green 145 ◦ blue 91

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

Shades of Chateau Green #50915B

Tints of Chateau Green #50915B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 25.32%
G = 45.89%
B = 28.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#50915B (or 0x50915B) is known color: Chateau Green. HEX triplet: 50, 91 and 5B. RGB value is (80,145,91). Sum of RGB (Red+Green+Blue) = 80+145+91=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #50915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50915B is #AF6EA4. Grayscale: #777777. Windows color (decimal): -11497125 or 6000976. OLE color: 6000976.

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

Color convert

RGB 80 145 91 -
CMYK 0.45 0 0.37 0.43
HSL 130.15º 0.29% 0.44% -
HSV(B) 130.15º 0.45% 0.57% -
XYZ 15.32 22.71 13.47 -
YUV 119.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 80 145 91 0.45 0 0.37 0.43 130.15 0.29 0.44
Hex 50 91 5B 2D 0 25 2B 82 1D 2C
Octal 120 221 133 55 0 45 53 202 35 54
Binary 1010000 10010001 1011011 101101 0 100101 101011 10000010 11101 101100

Color Harmonies of #50915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50915B

Black with #50915B

Text Example


Text Example

White with #50915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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