#41442E

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

Shades of Scrub #41442E

Tints of Scrub #41442E

Color information

#41442E (or 0x41442E) is unknown color: approx Scrub. HEX triplet: 41, 44 and 2E. RGB value is (65,68,46). Sum of RGB (Red+Green+Blue) = 65+68+46=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 68 - color contains mainly: green. Hex color #41442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41442E is #BEBBD1. Grayscale: #404040. Windows color (decimal): -12499922 or 3032129. OLE color: 3032129.

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

Color convert

RGB656846-
CMYK0.0400.320.73
HSL68.18º19.3%22.35%-
HSV(B)68.18º32.35%26.67%-
XYZ4.745.463.39-
YUV64.6117.51128.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 68 (26.95% from 255) = 37.99%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=36.31%
G=37.99%
B=25.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6568460.0400.320.7368.1819.322.35
Hex41442E402049441316
Octal1011045640401111042326
Binary100000110001001011101000100000100100110001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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