Html Css Color HEX #495530 Clover

📋 copy color: '#495530'

red 73 ◦ green 85 ◦ blue 48

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

Shades of Clover #495530

Tints of Clover #495530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.26%

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

R = 35.44%
G = 41.26%
B = 23.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#495530 (or 0x495530) is known color: Clover. HEX triplet: 49, 55 and 30. RGB value is (73,85,48). Sum of RGB (Red+Green+Blue) = 73+85+48=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #495530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495530 is #B6AACF. Grayscale: #4D4D4D. Windows color (decimal): -11971280 or 3167561. OLE color: 3167561.

HSL color Cylindrical-coordinate representation of color #495530: hue angle of 79.46º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #495530 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 48 -
CMYK 0.14 0 0.44 0.67
HSL 79.46º 0.28% 0.26% -
HSV(B) 79.46º 0.44% 0.33% -
XYZ 6.53 8.13 4.02 -
YUV 77.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 73 85 48 0.14 0 0.44 0.67 79.46 0.28 0.26
Hex 49 55 30 E 0 2C 43 4F 1C 1A
Octal 111 125 60 16 0 54 103 117 34 32
Binary 1001001 1010101 110000 1110 0 101100 1000011 1001111 11100 11010

Color Harmonies of #495530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495530

Black with #495530

Text Example


Text Example

White with #495530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495530; }

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

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

background-color css

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

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

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

border-color css

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

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

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