#4B552E

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

Shades of Clover #4B552E

Tints of Clover #4B552E

Color information

#4B552E (or 0x4B552E) is unknown color: approx Clover. HEX triplet: 4B, 55 and 2E. RGB value is (75,85,46). Sum of RGB (Red+Green+Blue) = 75+85+46=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #4B552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B552E is #B4AAD1. Grayscale: #4D4D4D. Windows color (decimal): -11840210 or 3036491. OLE color: 3036491.

HSL color Cylindrical-coordinate representation of color #4B552E: hue angle of 75.38º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B552E is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB758546-
CMYK0.1200.460.67
HSL75.38º29.77%25.69%-
HSV(B)75.38º45.88%33.33%-
XYZ6.648.193.82-
YUV77.56110.19126.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=36.41%
G=41.26%
B=22.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7585460.1200.460.6775.3829.7725.69
Hex4B552EC02E434b1e1a
Octal11312556140561031133632
Binary1001011101010110111011000101110100001110010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,85,46); }

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

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

 a { background-color: rgb(75,85,46); }

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

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

 span { border-color: rgb(75,85,46); }

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