Html Css Color HEX #495F29 Clover

📋 copy color: '#495F29'

red 73 ◦ green 95 ◦ blue 41

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

Shades of Clover #495F29

Tints of Clover #495F29

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.45%

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 34.93%
G = 45.45%
B = 19.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#495F29 (or 0x495F29) is known color: Clover. HEX triplet: 49, 5F and 29. RGB value is (73,95,41). Sum of RGB (Red+Green+Blue) = 73+95+41=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #495F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F29 is #B6A0D6. Grayscale: #525252. Windows color (decimal): -11968727 or 2711369. OLE color: 2711369.

HSL color Cylindrical-coordinate representation of color #495F29: hue angle of 84.44º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495F29 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 95 41 -
CMYK 0.23 0 0.57 0.63
HSL 84.44º 0.4% 0.27% -
HSV(B) 84.44º 0.57% 0.37% -
XYZ 7.24 9.76 3.6 -
YUV 82.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 73 95 41 0.23 0 0.57 0.63 84.44 0.4 0.27
Hex 49 5F 29 17 0 39 3F 54 28 1B
Octal 111 137 51 27 0 71 77 124 50 33
Binary 1001001 1011111 101001 10111 0 111001 111111 1010100 101000 11011

Color Harmonies of #495F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F29

Black with #495F29

Text Example


Text Example

White with #495F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495F29; }

 p { color: rgb(73,95,41); }

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

background-color css

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

 a { background-color: rgb(73,95,41); }

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

border-color css

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

 span { border-color: rgb(73,95,41); }

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