Html Css Color HEX #495835 Clover

📋 copy color: '#495835'

red 73 ◦ green 88 ◦ blue 53

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

Shades of Clover #495835

Tints of Clover #495835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.12%

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

R = 34.11%
G = 41.12%
B = 24.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#495835 (or 0x495835) is known color: Clover. HEX triplet: 49, 58 and 35. RGB value is (73,88,53). Sum of RGB (Red+Green+Blue) = 73+88+53=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #495835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495835 is #B6A7CA. Grayscale: #4F4F4F. Windows color (decimal): -11970507 or 3496009. OLE color: 3496009.

HSL color Cylindrical-coordinate representation of color #495835: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495835 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 53 -
CMYK 0.17 0 0.40 0.65
HSL 85.71º 0.25% 0.28% -
HSV(B) 85.71º 0.4% 0.35% -
XYZ 6.88 8.65 4.68 -
YUV 79.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 73 88 53 0.17 0 0.40 0.65 85.71 0.25 0.28
Hex 49 58 35 11 0 28 41 56 19 1C
Octal 111 130 65 21 0 50 101 126 31 34
Binary 1001001 1011000 110101 10001 0 101000 1000001 1010110 11001 11100

Color Harmonies of #495835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495835

Black with #495835

Text Example


Text Example

White with #495835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495835; }

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

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

background-color css

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

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

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

border-color css

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

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

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