Html Css Color HEX #519462 Chateau Green

📋 copy color: '#519462'

red 81 ◦ green 148 ◦ blue 98

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

Shades of Chateau Green #519462

Tints of Chateau Green #519462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

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

R = 24.77%
G = 45.26%
B = 29.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#519462 (or 0x519462) is known color: Chateau Green. HEX triplet: 51, 94 and 62. RGB value is (81,148,98). Sum of RGB (Red+Green+Blue) = 81+148+98=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #519462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519462 is #AE6B9D. Grayscale: #7A7A7A. Windows color (decimal): -11430814 or 6460497. OLE color: 6460497.

HSL color Cylindrical-coordinate representation of color #519462: hue angle of 135.22º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519462 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 148 98 -
CMYK 0.45 0 0.34 0.42
HSL 135.22º 0.29% 0.45% -
HSV(B) 135.22º 0.45% 0.58% -
XYZ 16.19 23.81 15.3 -
YUV 122.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 81 148 98 0.45 0 0.34 0.42 135.22 0.29 0.45
Hex 51 94 62 2D 0 22 2A 87 1D 2D
Octal 121 224 142 55 0 42 52 207 35 55
Binary 1010001 10010100 1100010 101101 0 100010 101010 10000111 11101 101101

Color Harmonies of #519462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519462

Black with #519462

Text Example


Text Example

White with #519462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519462; }

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

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

background-color css

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

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

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

border-color css

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

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

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