#3C551E

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

Shades of Clover #3C551E

Tints of Clover #3C551E

Color information

#3C551E (or 0x3C551E) is unknown color: approx Clover. HEX triplet: 3C, 55 and 1E. RGB value is (60,85,30). Sum of RGB (Red+Green+Blue) = 60+85+30=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #3C551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C551E is #C3AAE1. Grayscale: #474747. Windows color (decimal): -12823266 or 1987900. OLE color: 1987900.

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

Color convert

RGB608530-
CMYK0.2900.650.67
HSL87.27º47.83%22.55%-
HSV(B)87.27º64.71%33.33%-
XYZ5.357.552.4-
YUV71.26104.72119.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=34.29%
G=48.57%
B=17.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085300.2900.650.6787.2747.8322.55
Hex3C551E1D04143573017
Octal74125363501011031276027
Binary11110010101011111011101010000011000011101011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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