Html Css Color HEX #495132 Clover

📋 copy color: '#495132'

red 73 ◦ green 81 ◦ blue 50

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

Shades of Clover #495132

Tints of Clover #495132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.71%

 BLUE value IS 50 (19.92% from 255) = 24.51%

R = 35.78%
G = 39.71%
B = 24.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#495132 (or 0x495132) is known color: Clover. HEX triplet: 49, 51 and 32. RGB value is (73,81,50). Sum of RGB (Red+Green+Blue) = 73+81+50=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #495132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495132 is #B6AECD. Grayscale: #4B4B4B. Windows color (decimal): -11972302 or 3297609. OLE color: 3297609.

HSL color Cylindrical-coordinate representation of color #495132: hue angle of 75.48º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495132 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 81 50 -
CMYK 0.10 0 0.38 0.68
HSL 75.48º 0.24% 0.26% -
HSV(B) 75.48º 0.38% 0.32% -
XYZ 6.27 7.53 4.14 -
YUV 75.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 73 81 50 0.10 0 0.38 0.68 75.48 0.24 0.26
Hex 49 51 32 A 0 26 44 4B 18 1A
Octal 111 121 62 12 0 46 104 113 30 32
Binary 1001001 1010001 110010 1010 0 100110 1000100 1001011 11000 11010

Color Harmonies of #495132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495132

Black with #495132

Text Example


Text Example

White with #495132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495132; }

 p { color: rgb(73,81,50); }

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

background-color css

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

 a { background-color: rgb(73,81,50); }

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

border-color css

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

 span { border-color: rgb(73,81,50); }

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