#3C402F

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

Shades of Scrub #3C402F

Tints of Scrub #3C402F

Color information

#3C402F (or 0x3C402F) is unknown color: approx Scrub. HEX triplet: 3C, 40 and 2F. RGB value is (60,64,47). Sum of RGB (Red+Green+Blue) = 60+64+47=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #3C402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C402F is #C3BFD0. Grayscale: #3C3C3C. Windows color (decimal): -12828625 or 3096636. OLE color: 3096636.

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

Color convert

RGB606447-
CMYK0.0600.270.75
HSL74.12º15.32%21.76%-
HSV(B)74.12º26.56%25.1%-
XYZ4.214.833.4-
YUV60.87120.17127.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=35.09%
G=37.43%
B=27.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064470.0600.270.7574.1215.3221.76
Hex3C402F601B4B4af16
Octal741005760331131121726
Binary111100100000010111111001101110010111001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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