Html Css Color HEX #499B5C Chateau Green

📋 copy color: '#499B5C'

red 73 ◦ green 155 ◦ blue 92

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

Shades of Chateau Green #499B5C

Tints of Chateau Green #499B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 22.81%
G = 48.44%
B = 28.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#499B5C (or 0x499B5C) is known color: Chateau Green. HEX triplet: 49, 9B and 5C. RGB value is (73,155,92). Sum of RGB (Red+Green+Blue) = 73+155+92=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #499B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B5C is #B664A3. Grayscale: #7B7B7B. Windows color (decimal): -11953316 or 6069065. OLE color: 6069065.

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

Color convert

RGB 73 155 92 -
CMYK 0.53 0 0.41 0.39
HSL 133.9º 0.36% 0.45% -
HSV(B) 133.9º 0.53% 0.61% -
XYZ 16.4 25.63 14.21 -
YUV 123.3 110.33 92.12 -
System Red Green Blue C M Y K H S L
Decimal 73 155 92 0.53 0 0.41 0.39 133.9 0.36 0.45
Hex 49 9B 5C 35 0 29 27 86 24 2D
Octal 111 233 134 65 0 51 47 206 44 55
Binary 1001001 10011011 1011100 110101 0 101001 100111 10000110 100100 101101

Color Harmonies of #499B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B5C

Black with #499B5C

Text Example


Text Example

White with #499B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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