Html Css Color HEX #509462 Chateau Green

📋 copy color: '#509462'

red 80 ◦ green 148 ◦ blue 98

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

Shades of Chateau Green #509462

Tints of Chateau Green #509462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

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

R = 24.54%
G = 45.4%
B = 30.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#509462 (or 0x509462) is known color: Chateau Green. HEX triplet: 50, 94 and 62. RGB value is (80,148,98). Sum of RGB (Red+Green+Blue) = 80+148+98=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #509462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509462 is #AF6B9D. Grayscale: #7A7A7A. Windows color (decimal): -11496350 or 6460496. OLE color: 6460496.

HSL color Cylindrical-coordinate representation of color #509462: hue angle of 135.88º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509462 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 98 -
CMYK 0.46 0 0.34 0.42
HSL 135.88º 0.3% 0.45% -
HSV(B) 135.88º 0.46% 0.58% -
XYZ 16.1 23.77 15.29 -
YUV 121.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 80 148 98 0.46 0 0.34 0.42 135.88 0.3 0.45
Hex 50 94 62 2E 0 22 2A 88 1E 2D
Octal 120 224 142 56 0 42 52 210 36 55
Binary 1010000 10010100 1100010 101110 0 100010 101010 10001000 11110 101101

Color Harmonies of #509462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509462

Black with #509462

Text Example


Text Example

White with #509462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509462; }

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

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

background-color css

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

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

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

border-color css

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

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

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