Html Css Color HEX #499963 Chateau Green

📋 copy color: '#499963'

red 73 ◦ green 153 ◦ blue 99

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

Shades of Chateau Green #499963

Tints of Chateau Green #499963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 22.46%
G = 47.08%
B = 30.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#499963 (or 0x499963) is known color: Chateau Green. HEX triplet: 49, 99 and 63. RGB value is (73,153,99). Sum of RGB (Red+Green+Blue) = 73+153+99=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #499963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499963 is #B6669C. Grayscale: #7B7B7B. Windows color (decimal): -11953821 or 6527305. OLE color: 6527305.

HSL color Cylindrical-coordinate representation of color #499963: hue angle of 139.5º 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 #499963 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 99 -
CMYK 0.52 0 0.35 0.4
HSL 139.5º 0.35% 0.44% -
HSV(B) 139.5º 0.52% 0.6% -
XYZ 16.39 25.1 15.79 -
YUV 122.92 114.5 92.39 -
System Red Green Blue C M Y K H S L
Decimal 73 153 99 0.52 0 0.35 0.4 139.5 0.35 0.44
Hex 49 99 63 34 0 23 28 8C 23 2C
Octal 111 231 143 64 0 43 50 214 43 54
Binary 1001001 10011001 1100011 110100 0 100011 101000 10001100 100011 101100

Color Harmonies of #499963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499963

Black with #499963

Text Example


Text Example

White with #499963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499963; }

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

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

background-color css

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

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

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

border-color css

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

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

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