Html Css Color HEX #499C5D Chateau Green

📋 copy color: '#499C5D'

red 73 ◦ green 156 ◦ blue 93

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

Shades of Chateau Green #499C5D

Tints of Chateau Green #499C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 22.67%
G = 48.45%
B = 28.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#499C5D (or 0x499C5D) is known color: Chateau Green. HEX triplet: 49, 9C and 5D. RGB value is (73,156,93). Sum of RGB (Red+Green+Blue) = 73+156+93=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #499C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C5D is #B663A2. Grayscale: #7C7C7C. Windows color (decimal): -11953059 or 6134857. OLE color: 6134857.

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

Color convert

RGB 73 156 93 -
CMYK 0.53 0 0.40 0.39
HSL 134.46º 0.36% 0.45% -
HSV(B) 134.46º 0.53% 0.61% -
XYZ 16.61 25.98 14.5 -
YUV 124 110.5 91.62 -
System Red Green Blue C M Y K H S L
Decimal 73 156 93 0.53 0 0.40 0.39 134.46 0.36 0.45
Hex 49 9C 5D 35 0 28 27 86 24 2D
Octal 111 234 135 65 0 50 47 206 44 55
Binary 1001001 10011100 1011101 110101 0 101000 100111 10000110 100100 101101

Color Harmonies of #499C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C5D

Black with #499C5D

Text Example


Text Example

White with #499C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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