Html Css Color HEX #495E2F Clover

📋 copy color: '#495E2F'

red 73 ◦ green 94 ◦ blue 47

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

Shades of Clover #495E2F

Tints of Clover #495E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.93%

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 34.11%
G = 43.93%
B = 21.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#495E2F (or 0x495E2F) is known color: Clover. HEX triplet: 49, 5E and 2F. RGB value is (73,94,47). Sum of RGB (Red+Green+Blue) = 73+94+47=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 94 - color contains mainly: green. Hex color #495E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495E2F is #B6A1D0. Grayscale: #525252. Windows color (decimal): -11968977 or 3104329. OLE color: 3104329.

HSL color Cylindrical-coordinate representation of color #495E2F: hue angle of 86.81º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495E2F is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 94 47 -
CMYK 0.22 0 0.5 0.63
HSL 86.81º 0.33% 0.28% -
HSV(B) 86.81º 0.5% 0.37% -
XYZ 7.26 9.63 4.16 -
YUV 82.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 73 94 47 0.22 0 0.5 0.63 86.81 0.33 0.28
Hex 49 5E 2F 16 0 32 3F 57 21 1C
Octal 111 136 57 26 0 62 77 127 41 34
Binary 1001001 1011110 101111 10110 0 110010 111111 1010111 100001 11100

Color Harmonies of #495E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E2F

Black with #495E2F

Text Example


Text Example

White with #495E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,94,47); }

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

background-color css

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

 a { background-color: rgb(73,94,47); }

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

border-color css

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

 span { border-color: rgb(73,94,47); }

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