Html Css Color HEX #4A592C Clover

📋 copy color: '#4A592C'

red 74 ◦ green 89 ◦ blue 44

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

Shades of Clover #4A592C

Tints of Clover #4A592C

RGB

 RED value IS 74 (29.3% from 255) = 35.75%

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

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 35.75%
G = 43%
B = 21.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#4A592C (or 0x4A592C) is known color: Clover. HEX triplet: 4A, 59 and 2C. RGB value is (74,89,44). Sum of RGB (Red+Green+Blue) = 74+89+44=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #4A592C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A592C is #B5A6D3. Grayscale: #4F4F4F. Windows color (decimal): -11904724 or 2906442. OLE color: 2906442.

HSL color Cylindrical-coordinate representation of color #4A592C: hue angle of 80º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A592C is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 89 44 -
CMYK 0.17 0 0.51 0.65
HSL 80º 0.34% 0.26% -
HSV(B) 80º 0.51% 0.35% -
XYZ 6.85 8.78 3.72 -
YUV 79.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 74 89 44 0.17 0 0.51 0.65 80 0.34 0.26
Hex 4A 59 2C 11 0 33 41 50 22 1A
Octal 112 131 54 21 0 63 101 120 42 32
Binary 1001010 1011001 101100 10001 0 110011 1000001 1010000 100010 11010

Color Harmonies of #4A592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A592C

Black with #4A592C

Text Example


Text Example

White with #4A592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A592C; }

 p { color: rgb(74,89,44); }

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

background-color css

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

 a { background-color: rgb(74,89,44); }

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

border-color css

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

 span { border-color: rgb(74,89,44); }

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