Html Css Color HEX #50985E Chateau Green

📋 copy color: '#50985E'

red 80 ◦ green 152 ◦ blue 94

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

Shades of Chateau Green #50985E

Tints of Chateau Green #50985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.63%

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 24.54%
G = 46.63%
B = 28.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#50985E (or 0x50985E) is known color: Chateau Green. HEX triplet: 50, 98 and 5E. RGB value is (80,152,94). Sum of RGB (Red+Green+Blue) = 80+152+94=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #50985E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50985E is #AF67A1. Grayscale: #7C7C7C. Windows color (decimal): -11495330 or 6199376. OLE color: 6199376.

HSL color Cylindrical-coordinate representation of color #50985E: hue angle of 131.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50985E is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 94 -
CMYK 0.47 0 0.38 0.40
HSL 131.67º 0.31% 0.45% -
HSV(B) 131.67º 0.47% 0.6% -
XYZ 16.56 24.97 14.54 -
YUV 123.86 111.15 96.72 -
System Red Green Blue C M Y K H S L
Decimal 80 152 94 0.47 0 0.38 0.40 131.67 0.31 0.45
Hex 50 98 5E 2F 0 26 28 84 1F 2D
Octal 120 230 136 57 0 46 50 204 37 55
Binary 1010000 10011000 1011110 101111 0 100110 101000 10000100 11111 101101

Color Harmonies of #50985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50985E

Black with #50985E

Text Example


Text Example

White with #50985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50985E; }

 p { color: rgb(80,152,94); }

 H1.HeaderClassName
 {
   color: #50985E;
 }
 .AnyTagClassName
 {
   color: #50985E;
 }
</style>

background-color css

<style>
 a { background-color: #50985E; }

 a { background-color: rgb(80,152,94); }

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

border-color css

<style>
 span { border-color: #50985E; }

 span { border-color: rgb(80,152,94); }

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