Html Css Color HEX #50945C Chateau Green

📋 copy color: '#50945C'

red 80 ◦ green 148 ◦ blue 92

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

Shades of Chateau Green #50945C

Tints of Chateau Green #50945C

RGB

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

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

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

R = 25%
G = 46.25%
B = 28.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#50945C (or 0x50945C) is known color: Chateau Green. HEX triplet: 50, 94 and 5C. RGB value is (80,148,92). Sum of RGB (Red+Green+Blue) = 80+148+92=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #50945C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50945C is #AF6BA3. Grayscale: #797979. Windows color (decimal): -11496356 or 6067280. OLE color: 6067280.

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

Color convert

RGB 80 148 92 -
CMYK 0.46 0 0.38 0.42
HSL 130.59º 0.3% 0.45% -
HSV(B) 130.59º 0.46% 0.58% -
XYZ 15.83 23.66 13.86 -
YUV 121.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 80 148 92 0.46 0 0.38 0.42 130.59 0.3 0.45
Hex 50 94 5C 2E 0 26 2A 83 1E 2D
Octal 120 224 134 56 0 46 52 203 36 55
Binary 1010000 10010100 1011100 101110 0 100110 101010 10000011 11110 101101

Color Harmonies of #50945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50945C

Black with #50945C

Text Example


Text Example

White with #50945C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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