Html Css Color HEX #499962 Chateau Green

📋 copy color: '#499962'

red 73 ◦ green 153 ◦ blue 98

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

Shades of Chateau Green #499962

Tints of Chateau Green #499962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 22.53%
G = 47.22%
B = 30.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#499962 (or 0x499962) is known color: Chateau Green. HEX triplet: 49, 99 and 62. RGB value is (73,153,98). Sum of RGB (Red+Green+Blue) = 73+153+98=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #499962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499962 is #B6669D. Grayscale: #7A7A7A. Windows color (decimal): -11953822 or 6461769. OLE color: 6461769.

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

Color convert

RGB 73 153 98 -
CMYK 0.52 0 0.36 0.4
HSL 138.75º 0.35% 0.44% -
HSV(B) 138.75º 0.52% 0.6% -
XYZ 16.34 25.08 15.53 -
YUV 122.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 73 153 98 0.52 0 0.36 0.4 138.75 0.35 0.44
Hex 49 99 62 34 0 24 28 8B 23 2C
Octal 111 231 142 64 0 44 50 213 43 54
Binary 1001001 10011001 1100010 110100 0 100100 101000 10001011 100011 101100

Color Harmonies of #499962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499962

Black with #499962

Text Example


Text Example

White with #499962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499962; }

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

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

background-color css

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

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

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

border-color css

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

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

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