Html Css Color HEX #499B65 Chateau Green

📋 copy color: '#499B65'

red 73 ◦ green 155 ◦ blue 101

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

Shades of Chateau Green #499B65

Tints of Chateau Green #499B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 22.19%
G = 47.11%
B = 30.7%

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

#499B65 (or 0x499B65) is known color: Chateau Green. HEX triplet: 49, 9B and 65. RGB value is (73,155,101). Sum of RGB (Red+Green+Blue) = 73+155+101=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #499B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B65 is #B6649A. Grayscale: #7C7C7C. Windows color (decimal): -11953307 or 6658889. OLE color: 6658889.

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

Color convert

RGB 73 155 101 -
CMYK 0.53 0 0.35 0.39
HSL 140.49º 0.36% 0.45% -
HSV(B) 140.49º 0.53% 0.61% -
XYZ 16.82 25.8 16.41 -
YUV 124.33 114.83 91.39 -
System Red Green Blue C M Y K H S L
Decimal 73 155 101 0.53 0 0.35 0.39 140.49 0.36 0.45
Hex 49 9B 65 35 0 23 27 8C 24 2D
Octal 111 233 145 65 0 43 47 214 44 55
Binary 1001001 10011011 1100101 110101 0 100011 100111 10001100 100100 101101

Color Harmonies of #499B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B65

Black with #499B65

Text Example


Text Example

White with #499B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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