#4B542F

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

Shades of Clover #4B542F

Tints of Clover #4B542F

Color information

#4B542F (or 0x4B542F) is unknown color: approx Clover. HEX triplet: 4B, 54 and 2F. RGB value is (75,84,47). Sum of RGB (Red+Green+Blue) = 75+84+47=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #4B542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B542F is #B4ABD0. Grayscale: #4D4D4D. Windows color (decimal): -11840465 or 3101771. OLE color: 3101771.

HSL color Cylindrical-coordinate representation of color #4B542F: hue angle of 74.59º 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 #4B542F is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB758447-
CMYK0.1100.440.67
HSL74.59º28.24%25.69%-
HSV(B)74.59º44.05%32.94%-
XYZ6.598.043.89-
YUV77.09111.02126.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=36.41%
G=40.78%
B=22.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7584470.1100.440.6774.5928.2425.69
Hex4B542FB02C434b1c1a
Octal11312457130541031133432
Binary1001011101010010111110110101100100001110010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,84,47); }

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

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

 a { background-color: rgb(75,84,47); }

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

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

 span { border-color: rgb(75,84,47); }

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