Html Css Color HEX #509466 Chateau Green

📋 copy color: '#509466'

red 80 ◦ green 148 ◦ blue 102

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

Shades of Chateau Green #509466

Tints of Chateau Green #509466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 24.24%
G = 44.85%
B = 30.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#509466 (or 0x509466) is known color: Chateau Green. HEX triplet: 50, 94 and 66. RGB value is (80,148,102). Sum of RGB (Red+Green+Blue) = 80+148+102=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #509466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509466 is #AF6B99. Grayscale: #7A7A7A. Windows color (decimal): -11496346 or 6722640. OLE color: 6722640.

HSL color Cylindrical-coordinate representation of color #509466: hue angle of 139.41º 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 #509466 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 102 -
CMYK 0.46 0 0.31 0.42
HSL 139.41º 0.3% 0.45% -
HSV(B) 139.41º 0.46% 0.58% -
XYZ 16.3 23.84 16.31 -
YUV 122.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 80 148 102 0.46 0 0.31 0.42 139.41 0.3 0.45
Hex 50 94 66 2E 0 1F 2A 8B 1E 2D
Octal 120 224 146 56 0 37 52 213 36 55
Binary 1010000 10010100 1100110 101110 0 11111 101010 10001011 11110 101101

Color Harmonies of #509466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509466

Black with #509466

Text Example


Text Example

White with #509466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509466; }

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

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

background-color css

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

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

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

border-color css

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

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

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