Html Css Color HEX #509B65 Chateau Green

📋 copy color: '#509B65'

red 80 ◦ green 155 ◦ blue 101

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

Shades of Chateau Green #509B65

Tints of Chateau Green #509B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 23.81%
G = 46.13%
B = 30.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#509B65 (or 0x509B65) is known color: Chateau Green. HEX triplet: 50, 9B and 65. RGB value is (80,155,101). Sum of RGB (Red+Green+Blue) = 80+155+101=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #509B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B65 is #AF649A. Grayscale: #7E7E7E. Windows color (decimal): -11494555 or 6658896. OLE color: 6658896.

HSL color Cylindrical-coordinate representation of color #509B65: hue angle of 136.8º 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 #509B65 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 101 -
CMYK 0.48 0 0.35 0.39
HSL 136.8º 0.32% 0.46% -
HSV(B) 136.8º 0.48% 0.61% -
XYZ 17.38 26.09 16.43 -
YUV 126.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 80 155 101 0.48 0 0.35 0.39 136.8 0.32 0.46
Hex 50 9B 65 30 0 23 27 89 20 2E
Octal 120 233 145 60 0 43 47 211 40 56
Binary 1010000 10011011 1100101 110000 0 100011 100111 10001001 100000 101110

Color Harmonies of #509B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B65

Black with #509B65

Text Example


Text Example

White with #509B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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