Html Css Color HEX #495629 Clover

📋 copy color: '#495629'

red 73 ◦ green 86 ◦ blue 41

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

Shades of Clover #495629

Tints of Clover #495629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.5%

R = 36.5%
G = 43%
B = 20.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#495629 (or 0x495629) is known color: Clover. HEX triplet: 49, 56 and 29. RGB value is (73,86,41). Sum of RGB (Red+Green+Blue) = 73+86+41=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #495629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495629 is #B6A9D6. Grayscale: #4D4D4D. Windows color (decimal): -11971031 or 2709065. OLE color: 2709065.

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

Color convert

RGB 73 86 41 -
CMYK 0.15 0 0.52 0.66
HSL 77.33º 0.35% 0.25% -
HSV(B) 77.33º 0.52% 0.34% -
XYZ 6.48 8.23 3.35 -
YUV 76.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 73 86 41 0.15 0 0.52 0.66 77.33 0.35 0.25
Hex 49 56 29 F 0 34 42 4D 23 19
Octal 111 126 51 17 0 64 102 115 43 31
Binary 1001001 1010110 101001 1111 0 110100 1000010 1001101 100011 11001

Color Harmonies of #495629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495629

Black with #495629

Text Example


Text Example

White with #495629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495629; }

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

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

background-color css

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

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

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

border-color css

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

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

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