Html Css Color HEX #499B64 Chateau Green

📋 copy color: '#499B64'

red 73 ◦ green 155 ◦ blue 100

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

Shades of Chateau Green #499B64

Tints of Chateau Green #499B64

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.26%

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

R = 22.26%
G = 47.26%
B = 30.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#499B64 (or 0x499B64) is known color: Chateau Green. HEX triplet: 49, 9B and 64. RGB value is (73,155,100). Sum of RGB (Red+Green+Blue) = 73+155+100=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #499B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B64 is #B6649B. Grayscale: #7C7C7C. Windows color (decimal): -11953308 or 6593353. OLE color: 6593353.

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

Color convert

RGB 73 155 100 -
CMYK 0.53 0 0.35 0.39
HSL 139.76º 0.36% 0.45% -
HSV(B) 139.76º 0.53% 0.61% -
XYZ 16.77 25.78 16.15 -
YUV 124.21 114.33 91.47 -
System Red Green Blue C M Y K H S L
Decimal 73 155 100 0.53 0 0.35 0.39 139.76 0.36 0.45
Hex 49 9B 64 35 0 23 27 8C 24 2D
Octal 111 233 144 65 0 43 47 214 44 55
Binary 1001001 10011011 1100100 110101 0 100011 100111 10001100 100100 101101

Color Harmonies of #499B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B64

Black with #499B64

Text Example


Text Example

White with #499B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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