#404430

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

Shades of Scrub #404430

Tints of Scrub #404430

Color information

#404430 (or 0x404430) is unknown color: approx Scrub. HEX triplet: 40, 44 and 30. RGB value is (64,68,48). Sum of RGB (Red+Green+Blue) = 64+68+48=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 68 - color contains mainly: green. Hex color #404430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404430 is #BFBBCF. Grayscale: #404040. Windows color (decimal): -12565456 or 3163200. OLE color: 3163200.

HSL color Cylindrical-coordinate representation of color #404430: hue angle of 72º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #404430 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB646848-
CMYK0.0600.290.73
HSL72º17.24%22.75%-
HSV(B)72º29.41%26.67%-
XYZ4.715.443.6-
YUV64.52118.67127.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=35.56%
G=37.78%
B=26.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468480.0600.290.737217.2422.75
Hex404430601D49481117
Octal1001046060351111102127
Binary10000001000100110000110011101100100110010001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404430; }

 p { color: rgb(64,68,48); }

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

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

 a { background-color: rgb(64,68,48); }

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

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

 span { border-color: rgb(64,68,48); }

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