#404133

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

Shades of Scrub #404133

Tints of Scrub #404133

Color information

#404133 (or 0x404133) is unknown color: approx Scrub. HEX triplet: 40, 41 and 33. RGB value is (64,65,51). Sum of RGB (Red+Green+Blue) = 64+65+51=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 65 - color contains mainly: green. Hex color #404133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404133 is #BFBECC. Grayscale: #3F3F3F. Windows color (decimal): -12566221 or 3359040. OLE color: 3359040.

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

Color convert

RGB646551-
CMYK0.0200.220.75
HSL64.29º12.07%22.75%-
HSV(B)64.29º21.54%25.49%-
XYZ4.65.113.88-
YUV63.1121.17128.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=35.56%
G=36.11%
B=28.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465510.0200.220.7564.2912.0722.75
Hex40413320164B40c17
Octal1001016320261131001427
Binary100000010000011100111001011010010111000000110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404133; }

 p { color: rgb(64,65,51); }

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

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

 a { background-color: rgb(64,65,51); }

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

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

 span { border-color: rgb(64,65,51); }

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