Html Css Color HEX #509762 Chateau Green

📋 copy color: '#509762'

red 80 ◦ green 151 ◦ blue 98

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

Shades of Chateau Green #509762

Tints of Chateau Green #509762

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.9%

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 24.32%
G = 45.9%
B = 29.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#509762 (or 0x509762) is known color: Chateau Green. HEX triplet: 50, 97 and 62. RGB value is (80,151,98). Sum of RGB (Red+Green+Blue) = 80+151+98=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #509762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509762 is #AF689D. Grayscale: #7B7B7B. Windows color (decimal): -11495582 or 6461264. OLE color: 6461264.

HSL color Cylindrical-coordinate representation of color #509762: hue angle of 135.21º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509762 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 98 -
CMYK 0.47 0 0.35 0.41
HSL 135.21º 0.31% 0.45% -
HSV(B) 135.21º 0.47% 0.59% -
XYZ 16.58 24.72 15.45 -
YUV 123.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 80 151 98 0.47 0 0.35 0.41 135.21 0.31 0.45
Hex 50 97 62 2F 0 23 29 87 1F 2D
Octal 120 227 142 57 0 43 51 207 37 55
Binary 1010000 10010111 1100010 101111 0 100011 101001 10000111 11111 101101

Color Harmonies of #509762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509762

Black with #509762

Text Example


Text Example

White with #509762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509762; }

 p { color: rgb(80,151,98); }

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

background-color css

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

 a { background-color: rgb(80,151,98); }

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

border-color css

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

 span { border-color: rgb(80,151,98); }

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