Html Css Color HEX #508E5B Chateau Green

📋 copy color: '#508E5B'

red 80 ◦ green 142 ◦ blue 91

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

Shades of Chateau Green #508E5B

Tints of Chateau Green #508E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 25.56%
G = 45.37%
B = 29.07%

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

#508E5B (or 0x508E5B) is known color: Chateau Green. HEX triplet: 50, 8E and 5B. RGB value is (80,142,91). Sum of RGB (Red+Green+Blue) = 80+142+91=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #508E5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E5B is #AF71A4. Grayscale: #757575. Windows color (decimal): -11497893 or 6000208. OLE color: 6000208.

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

Color convert

RGB 80 142 91 -
CMYK 0.44 0 0.36 0.44
HSL 130.65º 0.28% 0.44% -
HSV(B) 130.65º 0.44% 0.56% -
XYZ 14.87 21.81 13.32 -
YUV 117.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 80 142 91 0.44 0 0.36 0.44 130.65 0.28 0.44
Hex 50 8E 5B 2C 0 24 2C 83 1C 2C
Octal 120 216 133 54 0 44 54 203 34 54
Binary 1010000 10001110 1011011 101100 0 100100 101100 10000011 11100 101100

Color Harmonies of #508E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E5B

Black with #508E5B

Text Example


Text Example

White with #508E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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