Html Css Color HEX #50975F Chateau Green

📋 copy color: '#50975F'

red 80 ◦ green 151 ◦ blue 95

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

Shades of Chateau Green #50975F

Tints of Chateau Green #50975F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.32%

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

R = 24.54%
G = 46.32%
B = 29.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#50975F (or 0x50975F) is known color: Chateau Green. HEX triplet: 50, 97 and 5F. RGB value is (80,151,95). Sum of RGB (Red+Green+Blue) = 80+151+95=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #50975F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50975F is #AF68A0. Grayscale: #7B7B7B. Windows color (decimal): -11495585 or 6264656. OLE color: 6264656.

HSL color Cylindrical-coordinate representation of color #50975F: hue angle of 132.68º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50975F is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 95 -
CMYK 0.47 0 0.37 0.41
HSL 132.68º 0.31% 0.45% -
HSV(B) 132.68º 0.47% 0.59% -
XYZ 16.44 24.66 14.72 -
YUV 123.39 111.98 97.05 -
System Red Green Blue C M Y K H S L
Decimal 80 151 95 0.47 0 0.37 0.41 132.68 0.31 0.45
Hex 50 97 5F 2F 0 25 29 85 1F 2D
Octal 120 227 137 57 0 45 51 205 37 55
Binary 1010000 10010111 1011111 101111 0 100101 101001 10000101 11111 101101

Color Harmonies of #50975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50975F

Black with #50975F

Text Example


Text Example

White with #50975F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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