#3C4030

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

Shades of Scrub #3C4030

Tints of Scrub #3C4030

Color information

#3C4030 (or 0x3C4030) is unknown color: approx Scrub. HEX triplet: 3C, 40 and 30. RGB value is (60,64,48). Sum of RGB (Red+Green+Blue) = 60+64+48=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4030 is #C3BFCF. Grayscale: #3D3D3D. Windows color (decimal): -12828624 or 3162172. OLE color: 3162172.

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

Color convert

RGB606448-
CMYK0.0600.250.75
HSL75º14.29%21.96%-
HSV(B)75º25%25.1%-
XYZ4.234.843.51-
YUV60.98120.67127.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.88%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=34.88%
G=37.21%
B=27.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064480.0600.250.757514.2921.96
Hex3C403060194B4be16
Octal741006060311131131626
Binary111100100000011000011001100110010111001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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