#4A552B

Color #4A552B Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #4A552B

Tints of Clover #4A552B

Color information

#4A552B (or 0x4A552B) is unknown color: approx Clover. HEX triplet: 4A, 55 and 2B. RGB value is (74,85,43). Sum of RGB (Red+Green+Blue) = 74+85+43=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #4A552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A552B is #B5AAD4. Grayscale: #4D4D4D. Windows color (decimal): -11905749 or 2839882. OLE color: 2839882.

HSL color Cylindrical-coordinate representation of color #4A552B: hue angle of 75.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A552B is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB748543-
CMYK0.1300.490.67
HSL75.71º32.81%25.1%-
HSV(B)75.71º49.41%33.33%-
XYZ6.518.133.51-
YUV76.92108.86125.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.63%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=36.63%
G=42.08%
B=21.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7485430.1300.490.6775.7132.8125.1
Hex4A552BD031434c2119
Octal11212553150611031144131
Binary10010101010101101011110101100011000011100110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,85,43); }

 H1.HeaderClassName
 {
   color: #4A552B;
 }
 .AnyTagClassName
 {
   color: #4A552B;
 }
</style>
background-color css

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

 a { background-color: rgb(74,85,43); }

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

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

 span { border-color: rgb(74,85,43); }

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