Html Css Color HEX #495335 Clover

📋 copy color: '#495335'

red 73 ◦ green 83 ◦ blue 53

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

Shades of Clover #495335

Tints of Clover #495335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.36%

R = 34.93%
G = 39.71%
B = 25.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#495335 (or 0x495335) is known color: Clover. HEX triplet: 49, 53 and 35. RGB value is (73,83,53). Sum of RGB (Red+Green+Blue) = 73+83+53=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #495335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495335 is #B6ACCA. Grayscale: #4C4C4C. Windows color (decimal): -11971787 or 3494729. OLE color: 3494729.

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

Color convert

RGB 73 83 53 -
CMYK 0.12 0 0.36 0.67
HSL 80º 0.22% 0.27% -
HSV(B) 80º 0.36% 0.33% -
XYZ 6.48 7.86 4.54 -
YUV 76.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 73 83 53 0.12 0 0.36 0.67 80 0.22 0.27
Hex 49 53 35 C 0 24 43 50 16 1B
Octal 111 123 65 14 0 44 103 120 26 33
Binary 1001001 1010011 110101 1100 0 100100 1000011 1010000 10110 11011

Color Harmonies of #495335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495335

Black with #495335

Text Example


Text Example

White with #495335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495335; }

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

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

background-color css

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

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

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

border-color css

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

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

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