#424538

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

Shades of Scrub #424538

Tints of Scrub #424538

Color information

#424538 (or 0x424538) is unknown color: approx Scrub. HEX triplet: 42, 45 and 38. RGB value is (66,69,56). Sum of RGB (Red+Green+Blue) = 66+69+56=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 69 - color contains mainly: green. Hex color #424538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424538 is #BDBAC7. Grayscale: #424242. Windows color (decimal): -12434120 or 3687746. OLE color: 3687746.

HSL color Cylindrical-coordinate representation of color #424538: hue angle of 73.85º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424538 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB666956-
CMYK0.0400.190.73
HSL73.85º10.4%24.51%-
HSV(B)73.85º18.84%27.06%-
XYZ5.095.74.57-
YUV66.62122.01127.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=34.55%
G=36.13%
B=29.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669560.0400.190.7373.8510.424.51
Hex4245384013494aa19
Octal1021057040231111121231
Binary1000010100010111100010001001110010011001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424538; }

 p { color: rgb(66,69,56); }

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

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

 a { background-color: rgb(66,69,56); }

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

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

 span { border-color: rgb(66,69,56); }

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