Html Css Color HEX #519266 Chateau Green

📋 copy color: '#519266'

red 81 ◦ green 146 ◦ blue 102

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

Shades of Chateau Green #519266

Tints of Chateau Green #519266

RGB

 RED value IS 81 (32.03% from 255) = 24.62%

 GREEN value IS 146 (57.42% from 255) = 44.38%

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

R = 24.62%
G = 44.38%
B = 31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#519266 (or 0x519266) is known color: Chateau Green. HEX triplet: 51, 92 and 66. RGB value is (81,146,102). Sum of RGB (Red+Green+Blue) = 81+146+102=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #519266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519266 is #AE6D99. Grayscale: #797979. Windows color (decimal): -11431322 or 6722129. OLE color: 6722129.

HSL color Cylindrical-coordinate representation of color #519266: hue angle of 139.38º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519266 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 102 -
CMYK 0.45 0 0.30 0.43
HSL 139.38º 0.29% 0.45% -
HSV(B) 139.38º 0.45% 0.57% -
XYZ 16.07 23.27 16.21 -
YUV 121.55 116.97 99.08 -
System Red Green Blue C M Y K H S L
Decimal 81 146 102 0.45 0 0.30 0.43 139.38 0.29 0.45
Hex 51 92 66 2D 0 1E 2B 8B 1D 2D
Octal 121 222 146 55 0 36 53 213 35 55
Binary 1010001 10010010 1100110 101101 0 11110 101011 10001011 11101 101101

Color Harmonies of #519266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519266

Black with #519266

Text Example


Text Example

White with #519266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519266; }

 p { color: rgb(81,146,102); }

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

background-color css

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

 a { background-color: rgb(81,146,102); }

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

border-color css

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

 span { border-color: rgb(81,146,102); }

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