Html Css Color HEX #495632 Clover

📋 copy color: '#495632'

red 73 ◦ green 86 ◦ blue 50

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

Shades of Clover #495632

Tints of Clover #495632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.92%

R = 34.93%
G = 41.15%
B = 23.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#495632 (or 0x495632) is known color: Clover. HEX triplet: 49, 56 and 32. RGB value is (73,86,50). Sum of RGB (Red+Green+Blue) = 73+86+50=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #495632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495632 is #B6A9CD. Grayscale: #4E4E4E. Windows color (decimal): -11971022 or 3298889. OLE color: 3298889.

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

Color convert

RGB 73 86 50 -
CMYK 0.15 0 0.42 0.66
HSL 81.67º 0.26% 0.27% -
HSV(B) 81.67º 0.42% 0.34% -
XYZ 6.65 8.3 4.27 -
YUV 78.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 73 86 50 0.15 0 0.42 0.66 81.67 0.26 0.27
Hex 49 56 32 F 0 2A 42 52 1A 1B
Octal 111 126 62 17 0 52 102 122 32 33
Binary 1001001 1010110 110010 1111 0 101010 1000010 1010010 11010 11011

Color Harmonies of #495632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495632

Black with #495632

Text Example


Text Example

White with #495632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495632; }

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

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

background-color css

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

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

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

border-color css

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

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

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