Html Css Color HEX #495232 Clover

📋 copy color: '#495232'

red 73 ◦ green 82 ◦ blue 50

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

Shades of Clover #495232

Tints of Clover #495232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40%

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

R = 35.61%
G = 40%
B = 24.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#495232 (or 0x495232) is known color: Clover. HEX triplet: 49, 52 and 32. RGB value is (73,82,50). Sum of RGB (Red+Green+Blue) = 73+82+50=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #495232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495232 is #B6ADCD. Grayscale: #4B4B4B. Windows color (decimal): -11972046 or 3297865. OLE color: 3297865.

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

Color convert

RGB 73 82 50 -
CMYK 0.11 0 0.39 0.68
HSL 76.88º 0.24% 0.26% -
HSV(B) 76.88º 0.39% 0.32% -
XYZ 6.34 7.68 4.17 -
YUV 75.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 73 82 50 0.11 0 0.39 0.68 76.88 0.24 0.26
Hex 49 52 32 B 0 27 44 4D 18 1A
Octal 111 122 62 13 0 47 104 115 30 32
Binary 1001001 1010010 110010 1011 0 100111 1000100 1001101 11000 11010

Color Harmonies of #495232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495232

Black with #495232

Text Example


Text Example

White with #495232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495232; }

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

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

background-color css

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

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

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

border-color css

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

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

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