Html Css Color HEX #519265 Chateau Green

📋 copy color: '#519265'

red 81 ◦ green 146 ◦ blue 101

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

Shades of Chateau Green #519265

Tints of Chateau Green #519265

RGB

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

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

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

R = 24.7%
G = 44.51%
B = 30.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#519265 (or 0x519265) is known color: Chateau Green. HEX triplet: 51, 92 and 65. RGB value is (81,146,101). Sum of RGB (Red+Green+Blue) = 81+146+101=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #519265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519265 is #AE6D9A. Grayscale: #797979. Windows color (decimal): -11431323 or 6656593. OLE color: 6656593.

HSL color Cylindrical-coordinate representation of color #519265: hue angle of 138.46º 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 #519265 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 101 -
CMYK 0.45 0 0.31 0.43
HSL 138.46º 0.29% 0.45% -
HSV(B) 138.46º 0.45% 0.57% -
XYZ 16.02 23.25 15.95 -
YUV 121.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 81 146 101 0.45 0 0.31 0.43 138.46 0.29 0.45
Hex 51 92 65 2D 0 1F 2B 8A 1D 2D
Octal 121 222 145 55 0 37 53 212 35 55
Binary 1010001 10010010 1100101 101101 0 11111 101011 10001010 11101 101101

Color Harmonies of #519265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519265

Black with #519265

Text Example


Text Example

White with #519265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519265; }

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

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

background-color css

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

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

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

border-color css

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

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

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