Html Css Color HEX #519D64 Chateau Green

📋 copy color: '#519D64'

red 81 ◦ green 157 ◦ blue 100

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

Shades of Chateau Green #519D64

Tints of Chateau Green #519D64

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.45%

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 23.96%
G = 46.45%
B = 29.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#519D64 (or 0x519D64) is known color: Chateau Green. HEX triplet: 51, 9D and 64. RGB value is (81,157,100). Sum of RGB (Red+Green+Blue) = 81+157+100=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #519D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D64 is #AE629B. Grayscale: #7F7F7F. Windows color (decimal): -11428508 or 6593873. OLE color: 6593873.

HSL color Cylindrical-coordinate representation of color #519D64: hue angle of 135º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519D64 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 157 100 -
CMYK 0.48 0 0.36 0.38
HSL 135º 0.32% 0.47% -
HSV(B) 135º 0.48% 0.62% -
XYZ 17.75 26.78 16.29 -
YUV 127.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 81 157 100 0.48 0 0.36 0.38 135 0.32 0.47
Hex 51 9D 64 30 0 24 26 87 20 2F
Octal 121 235 144 60 0 44 46 207 40 57
Binary 1010001 10011101 1100100 110000 0 100100 100110 10000111 100000 101111

Color Harmonies of #519D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D64

Black with #519D64

Text Example


Text Example

White with #519D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,100); }

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

background-color css

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

 a { background-color: rgb(81,157,100); }

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

border-color css

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

 span { border-color: rgb(81,157,100); }

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