Html Css Color HEX #499C62 Chateau Green

📋 copy color: '#499C62'

red 73 ◦ green 156 ◦ blue 98

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

Shades of Chateau Green #499C62

Tints of Chateau Green #499C62

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.71%

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

R = 22.32%
G = 47.71%
B = 29.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#499C62 (or 0x499C62) is known color: Chateau Green. HEX triplet: 49, 9C and 62. RGB value is (73,156,98). Sum of RGB (Red+Green+Blue) = 73+156+98=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #499C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C62 is #B6639D. Grayscale: #7C7C7C. Windows color (decimal): -11953054 or 6462537. OLE color: 6462537.

HSL color Cylindrical-coordinate representation of color #499C62: hue angle of 138.07º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C62 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 98 -
CMYK 0.53 0 0.37 0.39
HSL 138.07º 0.36% 0.45% -
HSV(B) 138.07º 0.53% 0.61% -
XYZ 16.84 26.08 15.7 -
YUV 124.57 113 91.22 -
System Red Green Blue C M Y K H S L
Decimal 73 156 98 0.53 0 0.37 0.39 138.07 0.36 0.45
Hex 49 9C 62 35 0 25 27 8A 24 2D
Octal 111 234 142 65 0 45 47 212 44 55
Binary 1001001 10011100 1100010 110101 0 100101 100111 10001010 100100 101101

Color Harmonies of #499C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C62

Black with #499C62

Text Example


Text Example

White with #499C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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