Html Css Color HEX #519B5E Chateau Green

📋 copy color: '#519B5E'

red 81 ◦ green 155 ◦ blue 94

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

Shades of Chateau Green #519B5E

Tints of Chateau Green #519B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 24.55%
G = 46.97%
B = 28.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#519B5E (or 0x519B5E) is known color: Chateau Green. HEX triplet: 51, 9B and 5E. RGB value is (81,155,94). Sum of RGB (Red+Green+Blue) = 81+155+94=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #519B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B5E is #AE64A1. Grayscale: #7E7E7E. Windows color (decimal): -11429026 or 6200145. OLE color: 6200145.

HSL color Cylindrical-coordinate representation of color #519B5E: hue angle of 130.54º 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 #519B5E is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 94 -
CMYK 0.48 0 0.39 0.39
HSL 130.54º 0.31% 0.46% -
HSV(B) 130.54º 0.48% 0.61% -
XYZ 17.14 26 14.71 -
YUV 125.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 81 155 94 0.48 0 0.39 0.39 130.54 0.31 0.46
Hex 51 9B 5E 30 0 27 27 83 1F 2E
Octal 121 233 136 60 0 47 47 203 37 56
Binary 1010001 10011011 1011110 110000 0 100111 100111 10000011 11111 101110

Color Harmonies of #519B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B5E

Black with #519B5E

Text Example


Text Example

White with #519B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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