Html Css Color HEX #495634 Clover

📋 copy color: '#495634'

red 73 ◦ green 86 ◦ blue 52

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

Shades of Clover #495634

Tints of Clover #495634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.64%

R = 34.6%
G = 40.76%
B = 24.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#495634 (or 0x495634) is known color: Clover. HEX triplet: 49, 56 and 34. RGB value is (73,86,52). Sum of RGB (Red+Green+Blue) = 73+86+52=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #495634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495634 is #B6A9CB. Grayscale: #4E4E4E. Windows color (decimal): -11971020 or 3429961. OLE color: 3429961.

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

Color convert

RGB 73 86 52 -
CMYK 0.15 0 0.40 0.66
HSL 82.94º 0.25% 0.27% -
HSV(B) 82.94º 0.4% 0.34% -
XYZ 6.7 8.32 4.5 -
YUV 78.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 73 86 52 0.15 0 0.40 0.66 82.94 0.25 0.27
Hex 49 56 34 F 0 28 42 53 19 1B
Octal 111 126 64 17 0 50 102 123 31 33
Binary 1001001 1010110 110100 1111 0 101000 1000010 1010011 11001 11011

Color Harmonies of #495634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495634

Black with #495634

Text Example


Text Example

White with #495634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495634; }

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

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

background-color css

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

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

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

border-color css

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

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

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