#3C541E

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

Shades of Clover #3C541E

Tints of Clover #3C541E

Color information

#3C541E (or 0x3C541E) is unknown color: approx Clover. HEX triplet: 3C, 54 and 1E. RGB value is (60,84,30). Sum of RGB (Red+Green+Blue) = 60+84+30=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #3C541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C541E is #C3ABE1. Grayscale: #464646. Windows color (decimal): -12823522 or 1987644. OLE color: 1987644.

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

Color convert

RGB608430-
CMYK0.2900.640.67
HSL86.67º47.37%22.35%-
HSV(B)86.67º64.29%32.94%-
XYZ5.277.42.38-
YUV70.67105.05120.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=34.48%
G=48.28%
B=17.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084300.2900.640.6786.6747.3722.35
Hex3C541E1D04043572f16
Octal74124363501001031275726
Binary11110010101001111011101010000001000011101011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,30); }

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

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

 a { background-color: rgb(60,84,30); }

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

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

 span { border-color: rgb(60,84,30); }

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