#424537

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

Shades of Scrub #424537

Tints of Scrub #424537

Color information

#424537 (or 0x424537) is unknown color: approx Scrub. HEX triplet: 42, 45 and 37. RGB value is (66,69,55). Sum of RGB (Red+Green+Blue) = 66+69+55=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #424537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424537 is #BDBAC8. Grayscale: #424242. Windows color (decimal): -12434121 or 3622210. OLE color: 3622210.

HSL color Cylindrical-coordinate representation of color #424537: hue angle of 72.86º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424537 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB666955-
CMYK0.0400.200.73
HSL72.86º11.29%24.31%-
HSV(B)72.86º20.29%27.06%-
XYZ5.065.694.45-
YUV66.51121.51127.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 55 (21.88% from 255) = 28.95%
R=34.74%
G=36.32%
B=28.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669550.0400.200.7372.8611.2924.31
Hex42453740144949b18
Octal1021056740241111111330
Binary1000010100010111011110001010010010011001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424537; }

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

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

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

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

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

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

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

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