Html Css Color HEX #495730 Clover

📋 copy color: '#495730'

red 73 ◦ green 87 ◦ blue 48

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

Shades of Clover #495730

Tints of Clover #495730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.83%

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 35.1%
G = 41.83%
B = 23.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#495730 (or 0x495730) is known color: Clover. HEX triplet: 49, 57 and 30. RGB value is (73,87,48). Sum of RGB (Red+Green+Blue) = 73+87+48=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #495730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495730 is #B6A8CF. Grayscale: #4E4E4E. Windows color (decimal): -11970768 or 3168073. OLE color: 3168073.

HSL color Cylindrical-coordinate representation of color #495730: hue angle of 81.54º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #495730 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 87 48 -
CMYK 0.16 0 0.45 0.66
HSL 81.54º 0.29% 0.26% -
HSV(B) 81.54º 0.45% 0.34% -
XYZ 6.69 8.45 4.07 -
YUV 78.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 73 87 48 0.16 0 0.45 0.66 81.54 0.29 0.26
Hex 49 57 30 10 0 2D 42 52 1D 1A
Octal 111 127 60 20 0 55 102 122 35 32
Binary 1001001 1010111 110000 10000 0 101101 1000010 1010010 11101 11010

Color Harmonies of #495730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495730

Black with #495730

Text Example


Text Example

White with #495730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495730; }

 p { color: rgb(73,87,48); }

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

background-color css

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

 a { background-color: rgb(73,87,48); }

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

border-color css

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

 span { border-color: rgb(73,87,48); }

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