Html Css Color HEX #508F5A Chateau Green

📋 copy color: '#508F5A'

red 80 ◦ green 143 ◦ blue 90

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

Shades of Chateau Green #508F5A

Tints of Chateau Green #508F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.69%

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 25.56%
G = 45.69%
B = 28.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#508F5A (or 0x508F5A) is known color: Chateau Green. HEX triplet: 50, 8F and 5A. RGB value is (80,143,90). Sum of RGB (Red+Green+Blue) = 80+143+90=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #508F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508F5A is #AF70A5. Grayscale: #767676. Windows color (decimal): -11497638 or 5934928. OLE color: 5934928.

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

Color convert

RGB 80 143 90 -
CMYK 0.44 0 0.37 0.44
HSL 129.52º 0.28% 0.44% -
HSV(B) 129.52º 0.44% 0.56% -
XYZ 14.98 22.09 13.15 -
YUV 118.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 80 143 90 0.44 0 0.37 0.44 129.52 0.28 0.44
Hex 50 8F 5A 2C 0 25 2C 82 1C 2C
Octal 120 217 132 54 0 45 54 202 34 54
Binary 1010000 10001111 1011010 101100 0 100101 101100 10000010 11100 101100

Color Harmonies of #508F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508F5A

Black with #508F5A

Text Example


Text Example

White with #508F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,143,90); }

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

background-color css

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

 a { background-color: rgb(80,143,90); }

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

border-color css

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

 span { border-color: rgb(80,143,90); }

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