#424533

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

Shades of Scrub #424533

Tints of Scrub #424533

Color information

#424533 (or 0x424533) is unknown color: approx Scrub. HEX triplet: 42, 45 and 33. RGB value is (66,69,51). Sum of RGB (Red+Green+Blue) = 66+69+51=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #424533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424533 is #BDBACC. Grayscale: #424242. Windows color (decimal): -12434125 or 3360066. OLE color: 3360066.

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

Color convert

RGB666951-
CMYK0.0400.260.73
HSL70º15%23.53%-
HSV(B)70º26.09%27.06%-
XYZ4.975.653.96-
YUV66.05119.51127.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 51 (20.31% from 255) = 27.42%
R=35.48%
G=37.10%
B=27.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669510.0400.260.73701523.53
Hex424533401A4946f18
Octal1021056340321111061730
Binary1000010100010111001110001101010010011000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424533; }

 p { color: rgb(66,69,51); }

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

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

 a { background-color: rgb(66,69,51); }

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

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

 span { border-color: rgb(66,69,51); }

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