Html Css Color HEX #50905C Chateau Green

📋 copy color: '#50905C'

red 80 ◦ green 144 ◦ blue 92

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

Shades of Chateau Green #50905C

Tints of Chateau Green #50905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.57%

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

R = 25.32%
G = 45.57%
B = 29.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#50905C (or 0x50905C) is known color: Chateau Green. HEX triplet: 50, 90 and 5C. RGB value is (80,144,92). Sum of RGB (Red+Green+Blue) = 80+144+92=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #50905C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50905C is #AF6FA3. Grayscale: #777777. Windows color (decimal): -11497380 or 6066256. OLE color: 6066256.

HSL color Cylindrical-coordinate representation of color #50905C: hue angle of 131.25º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50905C is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 92 -
CMYK 0.44 0 0.36 0.44
HSL 131.25º 0.29% 0.44% -
HSV(B) 131.25º 0.44% 0.56% -
XYZ 15.21 22.42 13.65 -
YUV 118.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 80 144 92 0.44 0 0.36 0.44 131.25 0.29 0.44
Hex 50 90 5C 2C 0 24 2C 83 1D 2C
Octal 120 220 134 54 0 44 54 203 35 54
Binary 1010000 10010000 1011100 101100 0 100100 101100 10000011 11101 101100

Color Harmonies of #50905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50905C

Black with #50905C

Text Example


Text Example

White with #50905C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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