#3A3D2F

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

Shades of Scrub #3A3D2F

Tints of Scrub #3A3D2F

Color information

#3A3D2F (or 0x3A3D2F) is unknown color: approx Scrub. HEX triplet: 3A, 3D and 2F. RGB value is (58,61,47). Sum of RGB (Red+Green+Blue) = 58+61+47=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3D2F is #C5C2D0. Grayscale: #3A3A3A. Windows color (decimal): -12960465 or 3095866. OLE color: 3095866.

HSL color Cylindrical-coordinate representation of color #3A3D2F: hue angle of 72.86º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3A3D2F is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB586147-
CMYK0.0500.230.76
HSL72.86º12.96%21.18%-
HSV(B)72.86º22.95%23.92%-
XYZ3.934.443.34-
YUV58.51121.51127.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.94%
GREEN value IS 61 (24.22% from 255) = 36.75%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=34.94%
G=36.75%
B=28.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5861470.0500.230.7672.8612.9621.18
Hex3A3D2F50174C49d15
Octal72755750271141111525
Binary11101011110110111110101011110011001001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,61,47); }

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

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

 a { background-color: rgb(58,61,47); }

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

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

 span { border-color: rgb(58,61,47); }

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