Html Css Color HEX #509B5D Chateau Green

📋 copy color: '#509B5D'

red 80 ◦ green 155 ◦ blue 93

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

Shades of Chateau Green #509B5D

Tints of Chateau Green #509B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.26%

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

R = 24.39%
G = 47.26%
B = 28.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#509B5D (or 0x509B5D) is known color: Chateau Green. HEX triplet: 50, 9B and 5D. RGB value is (80,155,93). Sum of RGB (Red+Green+Blue) = 80+155+93=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #509B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B5D is #AF64A2. Grayscale: #7D7D7D. Windows color (decimal): -11494563 or 6134608. OLE color: 6134608.

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

Color convert

RGB 80 155 93 -
CMYK 0.48 0 0.4 0.39
HSL 130.4º 0.32% 0.46% -
HSV(B) 130.4º 0.48% 0.61% -
XYZ 17.01 25.94 14.47 -
YUV 125.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 80 155 93 0.48 0 0.4 0.39 130.4 0.32 0.46
Hex 50 9B 5D 30 0 28 27 82 20 2E
Octal 120 233 135 60 0 50 47 202 40 56
Binary 1010000 10011011 1011101 110000 0 101000 100111 10000010 100000 101110

Color Harmonies of #509B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B5D

Black with #509B5D

Text Example


Text Example

White with #509B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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