Html Css Color HEX #499B5E Chateau Green

📋 copy color: '#499B5E'

red 73 ◦ green 155 ◦ blue 94

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

Shades of Chateau Green #499B5E

Tints of Chateau Green #499B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 22.67%
G = 48.14%
B = 29.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#499B5E (or 0x499B5E) is known color: Chateau Green. HEX triplet: 49, 9B and 5E. RGB value is (73,155,94). Sum of RGB (Red+Green+Blue) = 73+155+94=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #499B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B5E is #B664A1. Grayscale: #7B7B7B. Windows color (decimal): -11953314 or 6200137. OLE color: 6200137.

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

Color convert

RGB 73 155 94 -
CMYK 0.53 0 0.39 0.39
HSL 135.37º 0.36% 0.45% -
HSV(B) 135.37º 0.53% 0.61% -
XYZ 16.49 25.67 14.67 -
YUV 123.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 73 155 94 0.53 0 0.39 0.39 135.37 0.36 0.45
Hex 49 9B 5E 35 0 27 27 87 24 2D
Octal 111 233 136 65 0 47 47 207 44 55
Binary 1001001 10011011 1011110 110101 0 100111 100111 10000111 100100 101101

Color Harmonies of #499B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B5E

Black with #499B5E

Text Example


Text Example

White with #499B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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