Html Css Color HEX #519065 Chateau Green

📋 copy color: '#519065'

red 81 ◦ green 144 ◦ blue 101

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

Shades of Chateau Green #519065

Tints of Chateau Green #519065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 24.85%
G = 44.17%
B = 30.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#519065 (or 0x519065) is known color: Chateau Green. HEX triplet: 51, 90 and 65. RGB value is (81,144,101). Sum of RGB (Red+Green+Blue) = 81+144+101=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #519065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519065 is #AE6F9A. Grayscale: #787878. Windows color (decimal): -11431835 or 6656081. OLE color: 6656081.

HSL color Cylindrical-coordinate representation of color #519065: hue angle of 139.05º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519065 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 144 101 -
CMYK 0.44 0 0.30 0.44
HSL 139.05º 0.28% 0.44% -
HSV(B) 139.05º 0.44% 0.56% -
XYZ 15.72 22.64 15.85 -
YUV 120.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 81 144 101 0.44 0 0.30 0.44 139.05 0.28 0.44
Hex 51 90 65 2C 0 1E 2C 8B 1C 2C
Octal 121 220 145 54 0 36 54 213 34 54
Binary 1010001 10010000 1100101 101100 0 11110 101100 10001011 11100 101100

Color Harmonies of #519065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519065

Black with #519065

Text Example


Text Example

White with #519065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519065; }

 p { color: rgb(81,144,101); }

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

background-color css

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

 a { background-color: rgb(81,144,101); }

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

border-color css

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

 span { border-color: rgb(81,144,101); }

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