#424835

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

Shades of Scrub #424835

Tints of Scrub #424835

Color information

#424835 (or 0x424835) is unknown color: approx Scrub. HEX triplet: 42, 48 and 35. RGB value is (66,72,53). Sum of RGB (Red+Green+Blue) = 66+72+53=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #424835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424835 is #BDB7CA. Grayscale: #444444. Windows color (decimal): -12433355 or 3491906. OLE color: 3491906.

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

Color convert

RGB667253-
CMYK0.0800.260.72
HSL78.95º15.2%24.51%-
HSV(B)78.95º26.39%28.24%-
XYZ5.216.054.26-
YUV68.04119.51126.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=34.55%
G=37.70%
B=27.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672530.0800.260.7278.9515.224.51
Hex424835801A484ff19
Octal10211065100321101171731
Binary10000101001000110101100001101010010001001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424835; }

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

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

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

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

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

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

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

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