Html Css Color HEX #50915F Chateau Green

📋 copy color: '#50915F'

red 80 ◦ green 145 ◦ blue 95

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

Shades of Chateau Green #50915F

Tints of Chateau Green #50915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.69%

R = 25%
G = 45.31%
B = 29.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#50915F (or 0x50915F) is known color: Chateau Green. HEX triplet: 50, 91 and 5F. RGB value is (80,145,95). Sum of RGB (Red+Green+Blue) = 80+145+95=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #50915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50915F is #AF6EA0. Grayscale: #787878. Windows color (decimal): -11497121 or 6263120. OLE color: 6263120.

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

Color convert

RGB 80 145 95 -
CMYK 0.45 0 0.34 0.43
HSL 133.85º 0.29% 0.44% -
HSV(B) 133.85º 0.45% 0.57% -
XYZ 15.5 22.78 14.41 -
YUV 119.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 80 145 95 0.45 0 0.34 0.43 133.85 0.29 0.44
Hex 50 91 5F 2D 0 22 2B 86 1D 2C
Octal 120 221 137 55 0 42 53 206 35 54
Binary 1010000 10010001 1011111 101101 0 100010 101011 10000110 11101 101100

Color Harmonies of #50915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50915F

Black with #50915F

Text Example


Text Example

White with #50915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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