#404335

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

Shades of Scrub #404335

Tints of Scrub #404335

Color information

#404335 (or 0x404335) is unknown color: approx Scrub. HEX triplet: 40, 43 and 35. RGB value is (64,67,53). Sum of RGB (Red+Green+Blue) = 64+67+53=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 67 - color contains mainly: green. Hex color #404335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404335 is #BFBCCA. Grayscale: #404040. Windows color (decimal): -12565707 or 3490624. OLE color: 3490624.

HSL color Cylindrical-coordinate representation of color #404335: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404335 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB646753-
CMYK0.0400.210.74
HSL72.86º11.67%23.53%-
HSV(B)72.86º20.9%26.27%-
XYZ4.765.364.15-
YUV64.51121.51127.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 67 (26.56% from 255) = 36.41%
BLUE value IS 53 (21.09% from 255) = 28.80%
R=34.78%
G=36.41%
B=28.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467530.0400.210.7472.8611.6723.53
Hex40433540154A49c18
Octal1001036540251121111430
Binary1000000100001111010110001010110010101001001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404335; }

 p { color: rgb(64,67,53); }

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

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

 a { background-color: rgb(64,67,53); }

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

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

 span { border-color: rgb(64,67,53); }

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