Html Css Color HEX #495925 Clover

📋 copy color: '#495925'

red 73 ◦ green 89 ◦ blue 37

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

Shades of Clover #495925

Tints of Clover #495925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.72%

 BLUE value IS 37 (14.84% from 255) = 18.59%

R = 36.68%
G = 44.72%
B = 18.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#495925 (or 0x495925) is known color: Clover. HEX triplet: 49, 59 and 25. RGB value is (73,89,37). Sum of RGB (Red+Green+Blue) = 73+89+37=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #495925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495925 is #B6A6DA. Grayscale: #4E4E4E. Windows color (decimal): -11970267 or 2447689. OLE color: 2447689.

HSL color Cylindrical-coordinate representation of color #495925: hue angle of 78.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #495925 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 37 -
CMYK 0.18 0 0.58 0.65
HSL 78.46º 0.41% 0.25% -
HSV(B) 78.46º 0.58% 0.35% -
XYZ 6.65 8.69 3.08 -
YUV 78.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 73 89 37 0.18 0 0.58 0.65 78.46 0.41 0.25
Hex 49 59 25 12 0 3A 41 4E 29 19
Octal 111 131 45 22 0 72 101 116 51 31
Binary 1001001 1011001 100101 10010 0 111010 1000001 1001110 101001 11001

Color Harmonies of #495925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495925

Black with #495925

Text Example


Text Example

White with #495925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495925; }

 p { color: rgb(73,89,37); }

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

background-color css

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

 a { background-color: rgb(73,89,37); }

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

border-color css

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

 span { border-color: rgb(73,89,37); }

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