#3C402E

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

Shades of Scrub #3C402E

Tints of Scrub #3C402E

Color information

#3C402E (or 0x3C402E) is unknown color: approx Scrub. HEX triplet: 3C, 40 and 2E. RGB value is (60,64,46). Sum of RGB (Red+Green+Blue) = 60+64+46=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #3C402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C402E is #C3BFD1. Grayscale: #3C3C3C. Windows color (decimal): -12828626 or 3031100. OLE color: 3031100.

HSL color Cylindrical-coordinate representation of color #3C402E: hue angle of 73.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C402E is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB606446-
CMYK0.0600.280.75
HSL73.33º16.36%21.57%-
HSV(B)73.33º28.12%25.1%-
XYZ4.194.823.3-
YUV60.75119.67127.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.29%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=35.29%
G=37.65%
B=27.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064460.0600.280.7573.3316.3621.57
Hex3C402E601C4B491016
Octal741005660341131112026
Binary1111001000000101110110011100100101110010011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,46); }

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

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

 a { background-color: rgb(60,64,46); }

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

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

 span { border-color: rgb(60,64,46); }

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