Html Css Color HEX #519B66 Chateau Green

📋 copy color: '#519B66'

red 81 ◦ green 155 ◦ blue 102

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

Shades of Chateau Green #519B66

Tints of Chateau Green #519B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.86%

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

R = 23.96%
G = 45.86%
B = 30.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#519B66 (or 0x519B66) is known color: Chateau Green. HEX triplet: 51, 9B and 66. RGB value is (81,155,102). Sum of RGB (Red+Green+Blue) = 81+155+102=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #519B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B66 is #AE6499. Grayscale: #7E7E7E. Windows color (decimal): -11429018 or 6724433. OLE color: 6724433.

HSL color Cylindrical-coordinate representation of color #519B66: hue angle of 137.03º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519B66 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 102 -
CMYK 0.48 0 0.34 0.39
HSL 137.03º 0.31% 0.46% -
HSV(B) 137.03º 0.48% 0.61% -
XYZ 17.51 26.15 16.7 -
YUV 126.83 113.98 95.31 -
System Red Green Blue C M Y K H S L
Decimal 81 155 102 0.48 0 0.34 0.39 137.03 0.31 0.46
Hex 51 9B 66 30 0 22 27 89 1F 2E
Octal 121 233 146 60 0 42 47 211 37 56
Binary 1010001 10011011 1100110 110000 0 100010 100111 10001001 11111 101110

Color Harmonies of #519B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B66

Black with #519B66

Text Example


Text Example

White with #519B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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