Html Css Color HEX #50925F Chateau Green

📋 copy color: '#50925F'

red 80 ◦ green 146 ◦ blue 95

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

Shades of Chateau Green #50925F

Tints of Chateau Green #50925F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 24.92%
G = 45.48%
B = 29.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#50925F (or 0x50925F) is known color: Chateau Green. HEX triplet: 50, 92 and 5F. RGB value is (80,146,95). Sum of RGB (Red+Green+Blue) = 80+146+95=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #50925F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50925F is #AF6DA0. Grayscale: #787878. Windows color (decimal): -11496865 or 6263376. OLE color: 6263376.

HSL color Cylindrical-coordinate representation of color #50925F: hue angle of 133.64º 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 #50925F is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 95 -
CMYK 0.45 0 0.35 0.43
HSL 133.64º 0.29% 0.44% -
HSV(B) 133.64º 0.45% 0.57% -
XYZ 15.65 23.09 14.46 -
YUV 120.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 80 146 95 0.45 0 0.35 0.43 133.64 0.29 0.44
Hex 50 92 5F 2D 0 23 2B 86 1D 2C
Octal 120 222 137 55 0 43 53 206 35 54
Binary 1010000 10010010 1011111 101101 0 100011 101011 10000110 11101 101100

Color Harmonies of #50925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50925F

Black with #50925F

Text Example


Text Example

White with #50925F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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