Html Css Color HEX #495337 Clover

📋 copy color: '#495337'

red 73 ◦ green 83 ◦ blue 55

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

Shades of Clover #495337

Tints of Clover #495337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.34%

 BLUE value IS 55 (21.88% from 255) = 26.07%

R = 34.6%
G = 39.34%
B = 26.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#495337 (or 0x495337) is known color: Clover. HEX triplet: 49, 53 and 37. RGB value is (73,83,55). Sum of RGB (Red+Green+Blue) = 73+83+55=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #495337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495337 is #B6ACC8. Grayscale: #4C4C4C. Windows color (decimal): -11971785 or 3625801. OLE color: 3625801.

HSL color Cylindrical-coordinate representation of color #495337: hue angle of 81.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #495337 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 55 -
CMYK 0.12 0 0.34 0.67
HSL 81.43º 0.2% 0.27% -
HSV(B) 81.43º 0.34% 0.33% -
XYZ 6.53 7.88 4.79 -
YUV 76.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 73 83 55 0.12 0 0.34 0.67 81.43 0.2 0.27
Hex 49 53 37 C 0 22 43 51 14 1B
Octal 111 123 67 14 0 42 103 121 24 33
Binary 1001001 1010011 110111 1100 0 100010 1000011 1010001 10100 11011

Color Harmonies of #495337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495337

Black with #495337

Text Example


Text Example

White with #495337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495337; }

 p { color: rgb(73,83,55); }

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

background-color css

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

 a { background-color: rgb(73,83,55); }

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

border-color css

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

 span { border-color: rgb(73,83,55); }

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