Html Css Color HEX #495535 Clover

📋 copy color: '#495535'

red 73 ◦ green 85 ◦ blue 53

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

Shades of Clover #495535

Tints of Clover #495535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 34.6%
G = 40.28%
B = 25.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#495535 (or 0x495535) is known color: Clover. HEX triplet: 49, 55 and 35. RGB value is (73,85,53). Sum of RGB (Red+Green+Blue) = 73+85+53=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #495535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495535 is #B6AACA. Grayscale: #4D4D4D. Windows color (decimal): -11971275 or 3495241. OLE color: 3495241.

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

Color convert

RGB 73 85 53 -
CMYK 0.14 0 0.38 0.67
HSL 82.5º 0.23% 0.27% -
HSV(B) 82.5º 0.38% 0.33% -
XYZ 6.64 8.17 4.6 -
YUV 77.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 73 85 53 0.14 0 0.38 0.67 82.5 0.23 0.27
Hex 49 55 35 E 0 26 43 52 17 1B
Octal 111 125 65 16 0 46 103 122 27 33
Binary 1001001 1010101 110101 1110 0 100110 1000011 1010010 10111 11011

Color Harmonies of #495535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495535

Black with #495535

Text Example


Text Example

White with #495535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495535; }

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

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

background-color css

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

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

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

border-color css

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

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

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