Html Css Color HEX #499858 Chateau Green

📋 copy color: '#499858'

red 73 ◦ green 152 ◦ blue 88

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

Shades of Chateau Green #499858

Tints of Chateau Green #499858

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.56%

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

R = 23.32%
G = 48.56%
B = 28.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#499858 (or 0x499858) is known color: Chateau Green. HEX triplet: 49, 98 and 58. RGB value is (73,152,88). Sum of RGB (Red+Green+Blue) = 73+152+88=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #499858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499858 is #B667A7. Grayscale: #797979. Windows color (decimal): -11954088 or 5806153. OLE color: 5806153.

HSL color Cylindrical-coordinate representation of color #499858: hue angle of 131.39º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499858 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 88 -
CMYK 0.52 0 0.42 0.40
HSL 131.39º 0.35% 0.44% -
HSV(B) 131.39º 0.52% 0.6% -
XYZ 15.74 24.58 13.15 -
YUV 121.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 73 152 88 0.52 0 0.42 0.40 131.39 0.35 0.44
Hex 49 98 58 34 0 2A 28 83 23 2C
Octal 111 230 130 64 0 52 50 203 43 54
Binary 1001001 10011000 1011000 110100 0 101010 101000 10000011 100011 101100

Color Harmonies of #499858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499858

Black with #499858

Text Example


Text Example

White with #499858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499858; }

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

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

background-color css

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

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

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

border-color css

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

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

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