Html Css Color HEX #495628 Clover

📋 copy color: '#495628'

red 73 ◦ green 86 ◦ blue 40

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

Shades of Clover #495628

Tints of Clover #495628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.22%

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

R = 36.68%
G = 43.22%
B = 20.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#495628 (or 0x495628) is known color: Clover. HEX triplet: 49, 56 and 28. RGB value is (73,86,40). Sum of RGB (Red+Green+Blue) = 73+86+40=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #495628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495628 is #B6A9D7. Grayscale: #4D4D4D. Windows color (decimal): -11971032 or 2643529. OLE color: 2643529.

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

Color convert

RGB 73 86 40 -
CMYK 0.15 0 0.53 0.66
HSL 76.96º 0.37% 0.25% -
HSV(B) 76.96º 0.53% 0.34% -
XYZ 6.46 8.23 3.25 -
YUV 76.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 73 86 40 0.15 0 0.53 0.66 76.96 0.37 0.25
Hex 49 56 28 F 0 35 42 4D 25 19
Octal 111 126 50 17 0 65 102 115 45 31
Binary 1001001 1010110 101000 1111 0 110101 1000010 1001101 100101 11001

Color Harmonies of #495628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495628

Black with #495628

Text Example


Text Example

White with #495628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495628; }

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

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

background-color css

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

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

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

border-color css

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

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

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