Html Css Color HEX #50935C Chateau Green

📋 copy color: '#50935C'

red 80 ◦ green 147 ◦ blue 92

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

Shades of Chateau Green #50935C

Tints of Chateau Green #50935C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.08%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 25.08%
G = 46.08%
B = 28.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#50935C (or 0x50935C) is known color: Chateau Green. HEX triplet: 50, 93 and 5C. RGB value is (80,147,92). Sum of RGB (Red+Green+Blue) = 80+147+92=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #50935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50935C is #AF6CA3. Grayscale: #787878. Windows color (decimal): -11496612 or 6067024. OLE color: 6067024.

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

Color convert

RGB 80 147 92 -
CMYK 0.46 0 0.37 0.42
HSL 130.75º 0.3% 0.45% -
HSV(B) 130.75º 0.46% 0.58% -
XYZ 15.67 23.35 13.81 -
YUV 120.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 80 147 92 0.46 0 0.37 0.42 130.75 0.3 0.45
Hex 50 93 5C 2E 0 25 2A 83 1E 2D
Octal 120 223 134 56 0 45 52 203 36 55
Binary 1010000 10010011 1011100 101110 0 100101 101010 10000011 11110 101101

Color Harmonies of #50935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50935C

Black with #50935C

Text Example


Text Example

White with #50935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50935C; }

 p { color: rgb(80,147,92); }

 H1.HeaderClassName
 {
   color: #50935C;
 }
 .AnyTagClassName
 {
   color: #50935C;
 }
</style>

background-color css

<style>
 a { background-color: #50935C; }

 a { background-color: rgb(80,147,92); }

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

border-color css

<style>
 span { border-color: #50935C; }

 span { border-color: rgb(80,147,92); }

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