#3b541c

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

Shades of Clover #3B541C

Tints of Clover #3B541C

Color information

#3B541C (or 0x3B541C) is unknown color: approx Clover. HEX triplet: 3B, 54 and 1C. RGB value is (59,84,28). Sum of RGB (Red+Green+Blue) = 59+84+28=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #3B541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B541C is #C4ABE3. Grayscale: #464646. Windows color (decimal): -12889060 or 1856571. OLE color: 1856571.

HSL color Cylindrical-coordinate representation of color #3B541C: hue angle of 86.79º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B541C is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB598428-
CMYK0.3000.670.67
HSL86.79º50%21.96%-
HSV(B)86.79º66.67%32.94%-
XYZ5.187.352.24-
YUV70.14104.22120.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=34.50%
G=49.12%
B=16.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5984280.3000.670.6786.795021.96
Hex3B541C1E04343573216
Octal73124343601031031276226
Binary11101110101001110011110010000111000011101011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b541c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3b541c; }

 p { color: rgb(59,84,28); }

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

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

 a { background-color: rgb(59,84,28); }

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

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

 span { border-color: rgb(59,84,28); }

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