#424428

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

Shades of Scrub #424428

Tints of Scrub #424428

Color information

#424428 (or 0x424428) is unknown color: approx Scrub. HEX triplet: 42, 44 and 28. RGB value is (66,68,40). Sum of RGB (Red+Green+Blue) = 66+68+40=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #424428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424428 is #BDBBD7. Grayscale: #404040. Windows color (decimal): -12434392 or 2638914. OLE color: 2638914.

HSL color Cylindrical-coordinate representation of color #424428: hue angle of 64.29º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #424428 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB666840-
CMYK0.0300.410.73
HSL64.29º25.93%21.18%-
HSV(B)64.29º41.18%26.67%-
XYZ4.75.452.81-
YUV64.21114.34129.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=37.93%
G=39.08%
B=22.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6668400.0300.410.7364.2925.9321.18
Hex424428302949401a15
Octal1021045030511111003225
Binary10000101000100101000110101001100100110000001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424428; }

 p { color: rgb(66,68,40); }

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

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

 a { background-color: rgb(66,68,40); }

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

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

 span { border-color: rgb(66,68,40); }

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