Html Css Color HEX #509467 Chateau Green

📋 copy color: '#509467'

red 80 ◦ green 148 ◦ blue 103

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

Shades of Chateau Green #509467

Tints of Chateau Green #509467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.12%

R = 24.17%
G = 44.71%
B = 31.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#509467 (or 0x509467) is known color: Chateau Green. HEX triplet: 50, 94 and 67. RGB value is (80,148,103). Sum of RGB (Red+Green+Blue) = 80+148+103=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #509467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509467 is #AF6B98. Grayscale: #7A7A7A. Windows color (decimal): -11496345 or 6788176. OLE color: 6788176.

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

Color convert

RGB 80 148 103 -
CMYK 0.46 0 0.30 0.42
HSL 140.29º 0.3% 0.45% -
HSV(B) 140.29º 0.46% 0.58% -
XYZ 16.35 23.86 16.58 -
YUV 122.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 80 148 103 0.46 0 0.30 0.42 140.29 0.3 0.45
Hex 50 94 67 2E 0 1E 2A 8C 1E 2D
Octal 120 224 147 56 0 36 52 214 36 55
Binary 1010000 10010100 1100111 101110 0 11110 101010 10001100 11110 101101

Color Harmonies of #509467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509467

Black with #509467

Text Example


Text Example

White with #509467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509467; }

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

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

background-color css

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

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

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

border-color css

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

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

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