Html Css Color HEX #495531 Clover

📋 copy color: '#495531'

red 73 ◦ green 85 ◦ blue 49

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

Shades of Clover #495531

Tints of Clover #495531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 35.27%
G = 41.06%
B = 23.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#495531 (or 0x495531) is known color: Clover. HEX triplet: 49, 55 and 31. RGB value is (73,85,49). Sum of RGB (Red+Green+Blue) = 73+85+49=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #495531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495531 is #B6AACE. Grayscale: #4D4D4D. Windows color (decimal): -11971279 or 3233097. OLE color: 3233097.

HSL color Cylindrical-coordinate representation of color #495531: hue angle of 80º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #495531 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 49 -
CMYK 0.14 0 0.42 0.67
HSL 80º 0.27% 0.26% -
HSV(B) 80º 0.42% 0.33% -
XYZ 6.55 8.14 4.13 -
YUV 77.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 73 85 49 0.14 0 0.42 0.67 80 0.27 0.26
Hex 49 55 31 E 0 2A 43 50 1B 1A
Octal 111 125 61 16 0 52 103 120 33 32
Binary 1001001 1010101 110001 1110 0 101010 1000011 1010000 11011 11010

Color Harmonies of #495531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495531

Black with #495531

Text Example


Text Example

White with #495531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495531; }

 p { color: rgb(73,85,49); }

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

background-color css

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

 a { background-color: rgb(73,85,49); }

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

border-color css

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

 span { border-color: rgb(73,85,49); }

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