Html Css Color HEX #495936 Clover

📋 copy color: '#495936'

red 73 ◦ green 89 ◦ blue 54

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

Shades of Clover #495936

Tints of Clover #495936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25%

R = 33.8%
G = 41.2%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#495936 (or 0x495936) is known color: Clover. HEX triplet: 49, 59 and 36. RGB value is (73,89,54). Sum of RGB (Red+Green+Blue) = 73+89+54=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #495936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495936 is #B6A6C9. Grayscale: #505050. Windows color (decimal): -11970250 or 3561801. OLE color: 3561801.

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

Color convert

RGB 73 89 54 -
CMYK 0.18 0 0.39 0.65
HSL 87.43º 0.24% 0.28% -
HSV(B) 87.43º 0.39% 0.35% -
XYZ 6.99 8.83 4.83 -
YUV 80.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 73 89 54 0.18 0 0.39 0.65 87.43 0.24 0.28
Hex 49 59 36 12 0 27 41 57 18 1C
Octal 111 131 66 22 0 47 101 127 30 34
Binary 1001001 1011001 110110 10010 0 100111 1000001 1010111 11000 11100

Color Harmonies of #495936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495936

Black with #495936

Text Example


Text Example

White with #495936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495936; }

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

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

background-color css

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

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

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

border-color css

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

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

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