Html Css Color HEX #499465 Chateau Green

📋 copy color: '#499465'

red 73 ◦ green 148 ◦ blue 101

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

Shades of Chateau Green #499465

Tints of Chateau Green #499465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 22.67%
G = 45.96%
B = 31.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#499465 (or 0x499465) is known color: Chateau Green. HEX triplet: 49, 94 and 65. RGB value is (73,148,101). Sum of RGB (Red+Green+Blue) = 73+148+101=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #499465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499465 is #B66B9A. Grayscale: #787878. Windows color (decimal): -11955099 or 6657097. OLE color: 6657097.

HSL color Cylindrical-coordinate representation of color #499465: hue angle of 142.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499465 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 101 -
CMYK 0.51 0 0.32 0.42
HSL 142.4º 0.34% 0.43% -
HSV(B) 142.4º 0.51% 0.58% -
XYZ 15.69 23.54 16.03 -
YUV 120.22 117.15 94.32 -
System Red Green Blue C M Y K H S L
Decimal 73 148 101 0.51 0 0.32 0.42 142.4 0.34 0.43
Hex 49 94 65 33 0 20 2A 8E 22 2B
Octal 111 224 145 63 0 40 52 216 42 53
Binary 1001001 10010100 1100101 110011 0 100000 101010 10001110 100010 101011

Color Harmonies of #499465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499465

Black with #499465

Text Example


Text Example

White with #499465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499465; }

 p { color: rgb(73,148,101); }

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

background-color css

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

 a { background-color: rgb(73,148,101); }

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

border-color css

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

 span { border-color: rgb(73,148,101); }

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