Html Css Color HEX #519962 Chateau Green

📋 copy color: '#519962'

red 81 ◦ green 153 ◦ blue 98

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

Shades of Chateau Green #519962

Tints of Chateau Green #519962

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.08%

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 24.4%
G = 46.08%
B = 29.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#519962 (or 0x519962) is known color: Chateau Green. HEX triplet: 51, 99 and 62. RGB value is (81,153,98). Sum of RGB (Red+Green+Blue) = 81+153+98=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #519962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519962 is #AE669D. Grayscale: #7D7D7D. Windows color (decimal): -11429534 or 6461777. OLE color: 6461777.

HSL color Cylindrical-coordinate representation of color #519962: hue angle of 134.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519962 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 98 -
CMYK 0.47 0 0.36 0.4
HSL 134.17º 0.31% 0.46% -
HSV(B) 134.17º 0.47% 0.6% -
XYZ 16.99 25.41 15.57 -
YUV 125.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 81 153 98 0.47 0 0.36 0.4 134.17 0.31 0.46
Hex 51 99 62 2F 0 24 28 86 1F 2E
Octal 121 231 142 57 0 44 50 206 37 56
Binary 1010001 10011001 1100010 101111 0 100100 101000 10000110 11111 101110

Color Harmonies of #519962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519962

Black with #519962

Text Example


Text Example

White with #519962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519962; }

 p { color: rgb(81,153,98); }

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

background-color css

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

 a { background-color: rgb(81,153,98); }

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

border-color css

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

 span { border-color: rgb(81,153,98); }

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