#424735

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

Shades of Scrub #424735

Tints of Scrub #424735

Color information

#424735 (or 0x424735) is unknown color: approx Scrub. HEX triplet: 42, 47 and 35. RGB value is (66,71,53). Sum of RGB (Red+Green+Blue) = 66+71+53=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #424735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424735 is #BDB8CA. Grayscale: #434343. Windows color (decimal): -12433611 or 3491650. OLE color: 3491650.

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

Color convert

RGB667153-
CMYK0.0700.250.72
HSL76.67º14.52%24.31%-
HSV(B)76.67º25.35%27.84%-
XYZ5.145.924.24-
YUV67.45119.84126.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=34.74%
G=37.37%
B=27.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671530.0700.250.7276.6714.5224.31
Hex4247357019484df18
Octal1021076570311101151730
Binary1000010100011111010111101100110010001001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424735; }

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

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

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

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

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

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

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

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