Html Css Color HEX #499265 Chateau Green

📋 copy color: '#499265'

red 73 ◦ green 146 ◦ blue 101

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

Shades of Chateau Green #499265

Tints of Chateau Green #499265

RGB

 RED value IS 73 (28.91% from 255) = 22.81%

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

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

R = 22.81%
G = 45.63%
B = 31.56%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#499265 (or 0x499265) is known color: Chateau Green. HEX triplet: 49, 92 and 65. RGB value is (73,146,101). Sum of RGB (Red+Green+Blue) = 73+146+101=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #499265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499265 is #B66D9A. Grayscale: #777777. Windows color (decimal): -11955611 or 6656585. OLE color: 6656585.

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

Color convert

RGB 73 146 101 -
CMYK 0.5 0 0.31 0.43
HSL 143.01º 0.33% 0.43% -
HSV(B) 143.01º 0.5% 0.57% -
XYZ 15.38 22.91 15.92 -
YUV 119.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 73 146 101 0.5 0 0.31 0.43 143.01 0.33 0.43
Hex 49 92 65 32 0 1F 2B 8F 21 2B
Octal 111 222 145 62 0 37 53 217 41 53
Binary 1001001 10010010 1100101 110010 0 11111 101011 10001111 100001 101011

Color Harmonies of #499265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499265

Black with #499265

Text Example


Text Example

White with #499265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499265; }

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

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

background-color css

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

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

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

border-color css

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

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

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