#424434

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

Shades of Scrub #424434

Tints of Scrub #424434

Color information

#424434 (or 0x424434) is unknown color: approx Scrub. HEX triplet: 42, 44 and 34. RGB value is (66,68,52). Sum of RGB (Red+Green+Blue) = 66+68+52=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 68 - color contains mainly: green. Hex color #424434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424434 is #BDBBCB. Grayscale: #414141. Windows color (decimal): -12434380 or 3425346. OLE color: 3425346.

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

Color convert

RGB666852-
CMYK0.0300.240.73
HSL67.5º13.33%23.53%-
HSV(B)67.5º23.53%26.67%-
XYZ4.935.544.06-
YUV65.58120.34128.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 52 (20.70% from 255) = 27.96%
R=35.48%
G=36.56%
B=27.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6668520.0300.240.7367.513.3323.53
Hex42443430184944d18
Octal1021046430301111041530
Binary100001010001001101001101100010010011000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424434; }

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

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

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

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

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

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

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

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