#3C551C

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

Shades of Clover #3C551C

Tints of Clover #3C551C

Color information

#3C551C (or 0x3C551C) is unknown color: approx Clover. HEX triplet: 3C, 55 and 1C. RGB value is (60,85,28). Sum of RGB (Red+Green+Blue) = 60+85+28=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #3C551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C551C is #C3AAE3. Grayscale: #474747. Windows color (decimal): -12823268 or 1856828. OLE color: 1856828.

HSL color Cylindrical-coordinate representation of color #3C551C: hue angle of 86.32º 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 #3C551C is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB608528-
CMYK0.2900.670.67
HSL86.32º50.44%22.16%-
HSV(B)86.32º67.06%33.33%-
XYZ5.327.542.27-
YUV71.03103.72120.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 28 (11.33% from 255) = 16.18%
R=34.68%
G=49.13%
B=16.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085280.2900.670.6786.3250.4422.16
Hex3C551C1D04343563216
Octal74125343501031031266226
Binary11110010101011110011101010000111000011101011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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