Html Css Color HEX #508E5D Chateau Green

📋 copy color: '#508E5D'

red 80 ◦ green 142 ◦ blue 93

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

Shades of Chateau Green #508E5D

Tints of Chateau Green #508E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.08%

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

R = 25.4%
G = 45.08%
B = 29.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#508E5D (or 0x508E5D) is known color: Chateau Green. HEX triplet: 50, 8E and 5D. RGB value is (80,142,93). Sum of RGB (Red+Green+Blue) = 80+142+93=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #508E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E5D is #AF71A2. Grayscale: #767676. Windows color (decimal): -11497891 or 6131280. OLE color: 6131280.

HSL color Cylindrical-coordinate representation of color #508E5D: hue angle of 132.58º degrees, saturation: 0.28, 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 #508E5D is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 142 93 -
CMYK 0.44 0 0.35 0.44
HSL 132.58º 0.28% 0.44% -
HSV(B) 132.58º 0.44% 0.56% -
XYZ 14.96 21.84 13.78 -
YUV 117.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 80 142 93 0.44 0 0.35 0.44 132.58 0.28 0.44
Hex 50 8E 5D 2C 0 23 2C 85 1C 2C
Octal 120 216 135 54 0 43 54 205 34 54
Binary 1010000 10001110 1011101 101100 0 100011 101100 10000101 11100 101100

Color Harmonies of #508E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E5D

Black with #508E5D

Text Example


Text Example

White with #508E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508E5D; }

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

 H1.HeaderClassName
 {
   color: #508E5D;
 }
 .AnyTagClassName
 {
   color: #508E5D;
 }
</style>

background-color css

<style>
 a { background-color: #508E5D; }

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

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

border-color css

<style>
 span { border-color: #508E5D; }

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

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