Html Css Color HEX #519267 Chateau Green

📋 copy color: '#519267'

red 81 ◦ green 146 ◦ blue 103

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

Shades of Chateau Green #519267

Tints of Chateau Green #519267

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.24%

 BLUE value IS 103 (40.63% from 255) = 31.21%

R = 24.55%
G = 44.24%
B = 31.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#519267 (or 0x519267) is known color: Chateau Green. HEX triplet: 51, 92 and 67. RGB value is (81,146,103). Sum of RGB (Red+Green+Blue) = 81+146+103=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #519267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519267 is #AE6D98. Grayscale: #797979. Windows color (decimal): -11431321 or 6787665. OLE color: 6787665.

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

Color convert

RGB 81 146 103 -
CMYK 0.45 0 0.29 0.43
HSL 140.31º 0.29% 0.45% -
HSV(B) 140.31º 0.45% 0.57% -
XYZ 16.12 23.29 16.48 -
YUV 121.66 117.47 99 -
System Red Green Blue C M Y K H S L
Decimal 81 146 103 0.45 0 0.29 0.43 140.31 0.29 0.45
Hex 51 92 67 2D 0 1D 2B 8C 1D 2D
Octal 121 222 147 55 0 35 53 214 35 55
Binary 1010001 10010010 1100111 101101 0 11101 101011 10001100 11101 101101

Color Harmonies of #519267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519267

Black with #519267

Text Example


Text Example

White with #519267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519267; }

 p { color: rgb(81,146,103); }

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

background-color css

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

 a { background-color: rgb(81,146,103); }

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

border-color css

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

 span { border-color: rgb(81,146,103); }

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