Html Css Color HEX #509E5F Chateau Green

📋 copy color: '#509E5F'

red 80 ◦ green 158 ◦ blue 95

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

Shades of Chateau Green #509E5F

Tints of Chateau Green #509E5F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.45%

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

R = 24.02%
G = 47.45%
B = 28.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#509E5F (or 0x509E5F) is known color: Chateau Green. HEX triplet: 50, 9E and 5F. RGB value is (80,158,95). Sum of RGB (Red+Green+Blue) = 80+158+95=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #509E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E5F is #AF61A0. Grayscale: #7F7F7F. Windows color (decimal): -11493793 or 6266448. OLE color: 6266448.

HSL color Cylindrical-coordinate representation of color #509E5F: hue angle of 131.54º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E5F is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 158 95 -
CMYK 0.49 0 0.40 0.38
HSL 131.54º 0.33% 0.47% -
HSV(B) 131.54º 0.49% 0.62% -
XYZ 17.6 26.99 15.11 -
YUV 127.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 80 158 95 0.49 0 0.40 0.38 131.54 0.33 0.47
Hex 50 9E 5F 31 0 28 26 84 21 2F
Octal 120 236 137 61 0 50 46 204 41 57
Binary 1010000 10011110 1011111 110001 0 101000 100110 10000100 100001 101111

Color Harmonies of #509E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E5F

Black with #509E5F

Text Example


Text Example

White with #509E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509E5F; }

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

 H1.HeaderClassName
 {
   color: #509E5F;
 }
 .AnyTagClassName
 {
   color: #509E5F;
 }
</style>

background-color css

<style>
 a { background-color: #509E5F; }

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

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

border-color css

<style>
 span { border-color: #509E5F; }

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

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