#41442D

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

Shades of Scrub #41442D

Tints of Scrub #41442D

Color information

#41442D (or 0x41442D) is unknown color: approx Scrub. HEX triplet: 41, 44 and 2D. RGB value is (65,68,45). Sum of RGB (Red+Green+Blue) = 65+68+45=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 68 - color contains mainly: green. Hex color #41442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41442D is #BEBBD2. Grayscale: #404040. Windows color (decimal): -12499923 or 2966593. OLE color: 2966593.

HSL color Cylindrical-coordinate representation of color #41442D: hue angle of 67.83º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41442D is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB656845-
CMYK0.0400.340.73
HSL67.83º20.35%22.16%-
HSV(B)67.83º33.82%26.67%-
XYZ4.725.453.29-
YUV64.48117.01128.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=36.52%
G=38.20%
B=25.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6568450.0400.340.7367.8320.3522.16
Hex41442D402249441416
Octal1011045540421111042426
Binary100000110001001011011000100010100100110001001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41442D; }

 p { color: rgb(65,68,45); }

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

<style>
 a { background-color: #41442D; }

 a { background-color: rgb(65,68,45); }

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

<style>
 span { border-color: #41442D; }

 span { border-color: rgb(65,68,45); }

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