Html Css Color HEX #499960 Chateau Green

📋 copy color: '#499960'

red 73 ◦ green 153 ◦ blue 96

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

Shades of Chateau Green #499960

Tints of Chateau Green #499960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.52%

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

R = 22.67%
G = 47.52%
B = 29.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#499960 (or 0x499960) is known color: Chateau Green. HEX triplet: 49, 99 and 60. RGB value is (73,153,96). Sum of RGB (Red+Green+Blue) = 73+153+96=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #499960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499960 is #B6669F. Grayscale: #7A7A7A. Windows color (decimal): -11953824 or 6330697. OLE color: 6330697.

HSL color Cylindrical-coordinate representation of color #499960: hue angle of 137.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499960 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 96 -
CMYK 0.52 0 0.37 0.4
HSL 137.25º 0.35% 0.44% -
HSV(B) 137.25º 0.52% 0.6% -
XYZ 16.25 25.04 15.04 -
YUV 122.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 73 153 96 0.52 0 0.37 0.4 137.25 0.35 0.44
Hex 49 99 60 34 0 25 28 89 23 2C
Octal 111 231 140 64 0 45 50 211 43 54
Binary 1001001 10011001 1100000 110100 0 100101 101000 10001001 100011 101100

Color Harmonies of #499960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499960

Black with #499960

Text Example


Text Example

White with #499960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499960; }

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

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

background-color css

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

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

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

border-color css

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

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

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