Html Css Color HEX #50945B Chateau Green

📋 copy color: '#50945B'

red 80 ◦ green 148 ◦ blue 91

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

Shades of Chateau Green #50945B

Tints of Chateau Green #50945B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

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

R = 25.08%
G = 46.39%
B = 28.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#50945B (or 0x50945B) is known color: Chateau Green. HEX triplet: 50, 94 and 5B. RGB value is (80,148,91). Sum of RGB (Red+Green+Blue) = 80+148+91=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #50945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50945B is #AF6BA4. Grayscale: #797979. Windows color (decimal): -11496357 or 6001744. OLE color: 6001744.

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

Color convert

RGB 80 148 91 -
CMYK 0.46 0 0.39 0.42
HSL 129.71º 0.3% 0.45% -
HSV(B) 129.71º 0.46% 0.58% -
XYZ 15.79 23.64 13.63 -
YUV 121.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 80 148 91 0.46 0 0.39 0.42 129.71 0.3 0.45
Hex 50 94 5B 2E 0 27 2A 82 1E 2D
Octal 120 224 133 56 0 47 52 202 36 55
Binary 1010000 10010100 1011011 101110 0 100111 101010 10000010 11110 101101

Color Harmonies of #50945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50945B

Black with #50945B

Text Example


Text Example

White with #50945B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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