Html Css Color HEX #495728 Clover

📋 copy color: '#495728'

red 73 ◦ green 87 ◦ blue 40

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

Shades of Clover #495728

Tints of Clover #495728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.5%

 BLUE value IS 40 (16.02% from 255) = 20%

R = 36.5%
G = 43.5%
B = 20%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#495728 (or 0x495728) is known color: Clover. HEX triplet: 49, 57 and 28. RGB value is (73,87,40). Sum of RGB (Red+Green+Blue) = 73+87+40=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #495728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495728 is #B6A8D7. Grayscale: #4D4D4D. Windows color (decimal): -11970776 or 2643785. OLE color: 2643785.

HSL color Cylindrical-coordinate representation of color #495728: hue angle of 77.87º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #495728 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 87 40 -
CMYK 0.16 0 0.54 0.66
HSL 77.87º 0.37% 0.25% -
HSV(B) 77.87º 0.54% 0.34% -
XYZ 6.54 8.39 3.28 -
YUV 77.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 73 87 40 0.16 0 0.54 0.66 77.87 0.37 0.25
Hex 49 57 28 10 0 36 42 4E 25 19
Octal 111 127 50 20 0 66 102 116 45 31
Binary 1001001 1010111 101000 10000 0 110110 1000010 1001110 100101 11001

Color Harmonies of #495728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495728

Black with #495728

Text Example


Text Example

White with #495728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495728; }

 p { color: rgb(73,87,40); }

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

background-color css

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

 a { background-color: rgb(73,87,40); }

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

border-color css

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

 span { border-color: rgb(73,87,40); }

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