Html Css Color HEX #495934 Clover

📋 copy color: '#495934'

red 73 ◦ green 89 ◦ blue 52

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

Shades of Clover #495934

Tints of Clover #495934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.59%

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

R = 34.11%
G = 41.59%
B = 24.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#495934 (or 0x495934) is known color: Clover. HEX triplet: 49, 59 and 34. RGB value is (73,89,52). Sum of RGB (Red+Green+Blue) = 73+89+52=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #495934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495934 is #B6A6CB. Grayscale: #505050. Windows color (decimal): -11970252 or 3430729. OLE color: 3430729.

HSL color Cylindrical-coordinate representation of color #495934: hue angle of 85.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #495934 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 52 -
CMYK 0.18 0 0.42 0.65
HSL 85.95º 0.26% 0.28% -
HSV(B) 85.95º 0.42% 0.35% -
XYZ 6.94 8.81 4.58 -
YUV 80 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 73 89 52 0.18 0 0.42 0.65 85.95 0.26 0.28
Hex 49 59 34 12 0 2A 41 56 1A 1C
Octal 111 131 64 22 0 52 101 126 32 34
Binary 1001001 1011001 110100 10010 0 101010 1000001 1010110 11010 11100

Color Harmonies of #495934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495934

Black with #495934

Text Example


Text Example

White with #495934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495934; }

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

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

background-color css

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

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

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

border-color css

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

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

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