Html Css Color HEX #495832 Clover

📋 copy color: '#495832'

red 73 ◦ green 88 ◦ blue 50

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

Shades of Clover #495832

Tints of Clover #495832

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

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

R = 34.6%
G = 41.71%
B = 23.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#495832 (or 0x495832) is known color: Clover. HEX triplet: 49, 58 and 32. RGB value is (73,88,50). Sum of RGB (Red+Green+Blue) = 73+88+50=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #495832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495832 is #B6A7CD. Grayscale: #4F4F4F. Windows color (decimal): -11970510 or 3299401. OLE color: 3299401.

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

Color convert

RGB 73 88 50 -
CMYK 0.17 0 0.43 0.65
HSL 83.68º 0.28% 0.27% -
HSV(B) 83.68º 0.43% 0.35% -
XYZ 6.81 8.63 4.32 -
YUV 79.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 73 88 50 0.17 0 0.43 0.65 83.68 0.28 0.27
Hex 49 58 32 11 0 2B 41 54 1C 1B
Octal 111 130 62 21 0 53 101 124 34 33
Binary 1001001 1011000 110010 10001 0 101011 1000001 1010100 11100 11011

Color Harmonies of #495832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495832

Black with #495832

Text Example


Text Example

White with #495832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495832; }

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

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

background-color css

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

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

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

border-color css

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

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

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