Html Css Color HEX #50925D Chateau Green

📋 copy color: '#50925D'

red 80 ◦ green 146 ◦ blue 93

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

Shades of Chateau Green #50925D

Tints of Chateau Green #50925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.77%

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

R = 25.08%
G = 45.77%
B = 29.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#50925D (or 0x50925D) is known color: Chateau Green. HEX triplet: 50, 92 and 5D. RGB value is (80,146,93). Sum of RGB (Red+Green+Blue) = 80+146+93=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #50925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50925D is #AF6DA2. Grayscale: #787878. Windows color (decimal): -11496867 or 6132304. OLE color: 6132304.

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

Color convert

RGB 80 146 93 -
CMYK 0.45 0 0.36 0.43
HSL 131.82º 0.29% 0.44% -
HSV(B) 131.82º 0.45% 0.57% -
XYZ 15.56 23.05 13.99 -
YUV 120.22 112.63 99.31 -
System Red Green Blue C M Y K H S L
Decimal 80 146 93 0.45 0 0.36 0.43 131.82 0.29 0.44
Hex 50 92 5D 2D 0 24 2B 84 1D 2C
Octal 120 222 135 55 0 44 53 204 35 54
Binary 1010000 10010010 1011101 101101 0 100100 101011 10000100 11101 101100

Color Harmonies of #50925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50925D

Black with #50925D

Text Example


Text Example

White with #50925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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