Html Css Color HEX #509C5F Chateau Green

📋 copy color: '#509C5F'

red 80 ◦ green 156 ◦ blue 95

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

Shades of Chateau Green #509C5F

Tints of Chateau Green #509C5F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

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

R = 24.17%
G = 47.13%
B = 28.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#509C5F (or 0x509C5F) is known color: Chateau Green. HEX triplet: 50, 9C and 5F. RGB value is (80,156,95). Sum of RGB (Red+Green+Blue) = 80+156+95=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #509C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C5F is #AF63A0. Grayscale: #7E7E7E. Windows color (decimal): -11494305 or 6265936. OLE color: 6265936.

HSL color Cylindrical-coordinate representation of color #509C5F: hue angle of 131.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C5F is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 95 -
CMYK 0.49 0 0.39 0.39
HSL 131.84º 0.32% 0.46% -
HSV(B) 131.84º 0.49% 0.61% -
XYZ 17.26 26.31 14.99 -
YUV 126.32 110.32 94.96 -
System Red Green Blue C M Y K H S L
Decimal 80 156 95 0.49 0 0.39 0.39 131.84 0.32 0.46
Hex 50 9C 5F 31 0 27 27 84 20 2E
Octal 120 234 137 61 0 47 47 204 40 56
Binary 1010000 10011100 1011111 110001 0 100111 100111 10000100 100000 101110

Color Harmonies of #509C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C5F

Black with #509C5F

Text Example


Text Example

White with #509C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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