Html Css Color HEX #495639 Clover

📋 copy color: '#495639'

red 73 ◦ green 86 ◦ blue 57

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

Shades of Clover #495639

Tints of Clover #495639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.39%

R = 33.8%
G = 39.81%
B = 26.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#495639 (or 0x495639) is known color: Clover. HEX triplet: 49, 56 and 39. RGB value is (73,86,57). Sum of RGB (Red+Green+Blue) = 73+86+57=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #495639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495639 is #B6A9C6. Grayscale: #4E4E4E. Windows color (decimal): -11971015 or 3757641. OLE color: 3757641.

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

Color convert

RGB 73 86 57 -
CMYK 0.15 0 0.34 0.66
HSL 86.9º 0.2% 0.28% -
HSV(B) 86.9º 0.34% 0.34% -
XYZ 6.81 8.37 5.13 -
YUV 78.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 73 86 57 0.15 0 0.34 0.66 86.9 0.2 0.28
Hex 49 56 39 F 0 22 42 57 14 1C
Octal 111 126 71 17 0 42 102 127 24 34
Binary 1001001 1010110 111001 1111 0 100010 1000010 1010111 10100 11100

Color Harmonies of #495639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495639

Black with #495639

Text Example


Text Example

White with #495639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495639; }

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

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

background-color css

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

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

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

border-color css

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

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

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