Html Css Color HEX #499C64 Chateau Green

📋 copy color: '#499C64'

red 73 ◦ green 156 ◦ blue 100

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

Shades of Chateau Green #499C64

Tints of Chateau Green #499C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 22.19%
G = 47.42%
B = 30.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#499C64 (or 0x499C64) is known color: Chateau Green. HEX triplet: 49, 9C and 64. RGB value is (73,156,100). Sum of RGB (Red+Green+Blue) = 73+156+100=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #499C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C64 is #B6639B. Grayscale: #7C7C7C. Windows color (decimal): -11953052 or 6593609. OLE color: 6593609.

HSL color Cylindrical-coordinate representation of color #499C64: hue angle of 139.52º 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 #499C64 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 100 -
CMYK 0.53 0 0.36 0.39
HSL 139.52º 0.36% 0.45% -
HSV(B) 139.52º 0.53% 0.61% -
XYZ 16.94 26.11 16.2 -
YUV 124.8 114 91.05 -
System Red Green Blue C M Y K H S L
Decimal 73 156 100 0.53 0 0.36 0.39 139.52 0.36 0.45
Hex 49 9C 64 35 0 24 27 8C 24 2D
Octal 111 234 144 65 0 44 47 214 44 55
Binary 1001001 10011100 1100100 110101 0 100100 100111 10001100 100100 101101

Color Harmonies of #499C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C64

Black with #499C64

Text Example


Text Example

White with #499C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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