#404134

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

Shades of Scrub #404134

Tints of Scrub #404134

Color information

#404134 (or 0x404134) is unknown color: approx Scrub. HEX triplet: 40, 41 and 34. RGB value is (64,65,52). Sum of RGB (Red+Green+Blue) = 64+65+52=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 65 - color contains mainly: green. Hex color #404134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404134 is #BFBECB. Grayscale: #3F3F3F. Windows color (decimal): -12566220 or 3424576. OLE color: 3424576.

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

Color convert

RGB646552-
CMYK0.0200.200.75
HSL64.62º11.11%22.94%-
HSV(B)64.62º20%25.49%-
XYZ4.625.123.99-
YUV63.22121.67128.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 52 (20.70% from 255) = 28.73%
R=35.36%
G=35.91%
B=28.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465520.0200.200.7564.6211.1122.94
Hex40413420144B41b17
Octal1001016420241131011327
Binary100000010000011101001001010010010111000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404134; }

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

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

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

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

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

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

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

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