Html Css Color HEX #499260 Chateau Green

📋 copy color: '#499260'

red 73 ◦ green 146 ◦ blue 96

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

Shades of Chateau Green #499260

Tints of Chateau Green #499260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 23.17%
G = 46.35%
B = 30.48%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#499260 (or 0x499260) is known color: Chateau Green. HEX triplet: 49, 92 and 60. RGB value is (73,146,96). Sum of RGB (Red+Green+Blue) = 73+146+96=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #499260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499260 is #B66D9F. Grayscale: #767676. Windows color (decimal): -11955616 or 6328905. OLE color: 6328905.

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

Color convert

RGB 73 146 96 -
CMYK 0.5 0 0.34 0.43
HSL 138.9º 0.33% 0.43% -
HSV(B) 138.9º 0.5% 0.57% -
XYZ 15.14 22.82 14.67 -
YUV 118.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 73 146 96 0.5 0 0.34 0.43 138.9 0.33 0.43
Hex 49 92 60 32 0 22 2B 8B 21 2B
Octal 111 222 140 62 0 42 53 213 41 53
Binary 1001001 10010010 1100000 110010 0 100010 101011 10001011 100001 101011

Color Harmonies of #499260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499260

Black with #499260

Text Example


Text Example

White with #499260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499260; }

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

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

background-color css

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

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

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

border-color css

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

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

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