#42442E

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

Shades of Scrub #42442E

Tints of Scrub #42442E

Color information

#42442E (or 0x42442E) is unknown color: approx Scrub. HEX triplet: 42, 44 and 2E. RGB value is (66,68,46). Sum of RGB (Red+Green+Blue) = 66+68+46=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 68 - color contains mainly: green. Hex color #42442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42442E is #BDBBD1. Grayscale: #404040. Windows color (decimal): -12434386 or 3032130. OLE color: 3032130.

HSL color Cylindrical-coordinate representation of color #42442E: hue angle of 65.45º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42442E is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB666846-
CMYK0.0300.320.73
HSL65.45º19.3%22.35%-
HSV(B)65.45º32.35%26.67%-
XYZ4.815.493.39-
YUV64.89117.34128.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=36.67%
G=37.78%
B=25.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6668460.0300.320.7365.4519.322.35
Hex42442E302049411316
Octal1021045630401111012326
Binary10000101000100101110110100000100100110000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42442E; }

 p { color: rgb(66,68,46); }

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

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

 a { background-color: rgb(66,68,46); }

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

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

 span { border-color: rgb(66,68,46); }

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