Html Css Color HEX #519F60 Chateau Green

📋 copy color: '#519F60'

red 81 ◦ green 159 ◦ blue 96

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

Shades of Chateau Green #519F60

Tints of Chateau Green #519F60

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.32%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 24.11%
G = 47.32%
B = 28.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#519F60 (or 0x519F60) is known color: Chateau Green. HEX triplet: 51, 9F and 60. RGB value is (81,159,96). Sum of RGB (Red+Green+Blue) = 81+159+96=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #519F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F60 is #AE609F. Grayscale: #808080. Windows color (decimal): -11428000 or 6332241. OLE color: 6332241.

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

Color convert

RGB 81 159 96 -
CMYK 0.49 0 0.40 0.38
HSL 131.54º 0.33% 0.47% -
HSV(B) 131.54º 0.49% 0.62% -
XYZ 17.9 27.39 15.41 -
YUV 128.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 81 159 96 0.49 0 0.40 0.38 131.54 0.33 0.47
Hex 51 9F 60 31 0 28 26 84 20 2F
Octal 121 237 140 61 0 50 46 204 40 57
Binary 1010001 10011111 1100000 110001 0 101000 100110 10000100 100000 101111

Color Harmonies of #519F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519F60

Black with #519F60

Text Example


Text Example

White with #519F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,159,96); }

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

background-color css

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

 a { background-color: rgb(81,159,96); }

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

border-color css

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

 span { border-color: rgb(81,159,96); }

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