Html Css Color HEX #499B58 Chateau Green

📋 copy color: '#499B58'

red 73 ◦ green 155 ◦ blue 88

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

Shades of Chateau Green #499B58

Tints of Chateau Green #499B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 23.1%
G = 49.05%
B = 27.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#499B58 (or 0x499B58) is known color: Chateau Green. HEX triplet: 49, 9B and 58. RGB value is (73,155,88). Sum of RGB (Red+Green+Blue) = 73+155+88=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #499B58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B58 is #B664A7. Grayscale: #7B7B7B. Windows color (decimal): -11953320 or 5806921. OLE color: 5806921.

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

Color convert

RGB 73 155 88 -
CMYK 0.53 0 0.43 0.39
HSL 130.98º 0.36% 0.45% -
HSV(B) 130.98º 0.53% 0.61% -
XYZ 16.23 25.56 13.31 -
YUV 122.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 73 155 88 0.53 0 0.43 0.39 130.98 0.36 0.45
Hex 49 9B 58 35 0 2B 27 83 24 2D
Octal 111 233 130 65 0 53 47 203 44 55
Binary 1001001 10011011 1011000 110101 0 101011 100111 10000011 100100 101101

Color Harmonies of #499B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B58

Black with #499B58

Text Example


Text Example

White with #499B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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