#42462F

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

Shades of Scrub #42462F

Tints of Scrub #42462F

Color information

#42462F (or 0x42462F) is unknown color: approx Scrub. HEX triplet: 42, 46 and 2F. RGB value is (66,70,47). Sum of RGB (Red+Green+Blue) = 66+70+47=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #42462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42462F is #BDB9D0. Grayscale: #424242. Windows color (decimal): -12433873 or 3098178. OLE color: 3098178.

HSL color Cylindrical-coordinate representation of color #42462F: hue angle of 70.43º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42462F is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB667047-
CMYK0.0600.330.73
HSL70.43º19.66%22.94%-
HSV(B)70.43º32.86%27.45%-
XYZ4.955.743.54-
YUV66.18117.17127.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=36.07%
G=38.25%
B=25.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6670470.0600.330.7370.4319.6622.94
Hex42462F602149461417
Octal1021065760411111062427
Binary100001010001101011111100100001100100110001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42462F; }

 p { color: rgb(66,70,47); }

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

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

 a { background-color: rgb(66,70,47); }

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

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

 span { border-color: rgb(66,70,47); }

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