#424834

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

Shades of Scrub #424834

Tints of Scrub #424834

Color information

#424834 (or 0x424834) is unknown color: approx Scrub. HEX triplet: 42, 48 and 34. RGB value is (66,72,52). Sum of RGB (Red+Green+Blue) = 66+72+52=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #424834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424834 is #BDB7CB. Grayscale: #444444. Windows color (decimal): -12433356 or 3426370. OLE color: 3426370.

HSL color Cylindrical-coordinate representation of color #424834: hue angle of 78º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #424834 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB667252-
CMYK0.0800.280.72
HSL78º16.13%24.31%-
HSV(B)78º27.78%28.24%-
XYZ5.186.044.14-
YUV67.93119.01126.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 52 (20.70% from 255) = 27.37%
R=34.74%
G=37.89%
B=27.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672520.0800.280.727816.1324.31
Hex424834801C484e1018
Octal10211064100341101162030
Binary100001010010001101001000011100100100010011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424834; }

 p { color: rgb(66,72,52); }

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

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

 a { background-color: rgb(66,72,52); }

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

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

 span { border-color: rgb(66,72,52); }

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