Html Css Color HEX #50995D Chateau Green

📋 copy color: '#50995D'

red 80 ◦ green 153 ◦ blue 93

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

Shades of Chateau Green #50995D

Tints of Chateau Green #50995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

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

R = 24.54%
G = 46.93%
B = 28.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#50995D (or 0x50995D) is known color: Chateau Green. HEX triplet: 50, 99 and 5D. RGB value is (80,153,93). Sum of RGB (Red+Green+Blue) = 80+153+93=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #50995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50995D is #AF66A2. Grayscale: #7C7C7C. Windows color (decimal): -11495075 or 6134096. OLE color: 6134096.

HSL color Cylindrical-coordinate representation of color #50995D: hue angle of 130.68º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50995D is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 93 -
CMYK 0.48 0 0.39 0.4
HSL 130.68º 0.31% 0.46% -
HSV(B) 130.68º 0.48% 0.6% -
XYZ 16.68 25.28 14.36 -
YUV 124.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 80 153 93 0.48 0 0.39 0.4 130.68 0.31 0.46
Hex 50 99 5D 30 0 27 28 83 1F 2E
Octal 120 231 135 60 0 47 50 203 37 56
Binary 1010000 10011001 1011101 110000 0 100111 101000 10000011 11111 101110

Color Harmonies of #50995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50995D

Black with #50995D

Text Example


Text Example

White with #50995D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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