#424530

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

Shades of Scrub #424530

Tints of Scrub #424530

Color information

#424530 (or 0x424530) is unknown color: approx Scrub. HEX triplet: 42, 45 and 30. RGB value is (66,69,48). Sum of RGB (Red+Green+Blue) = 66+69+48=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #424530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424530 is #BDBACF. Grayscale: #414141. Windows color (decimal): -12434128 or 3163458. OLE color: 3163458.

HSL color Cylindrical-coordinate representation of color #424530: hue angle of 68.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #424530 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB666948-
CMYK0.0400.300.73
HSL68.57º17.95%22.94%-
HSV(B)68.57º30.43%27.06%-
XYZ4.915.633.62-
YUV65.71118.01128.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=36.07%
G=37.70%
B=26.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669480.0400.300.7368.5717.9522.94
Hex424530401E49451217
Octal1021056040361111052227
Binary10000101000101110000100011110100100110001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424530; }

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

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

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

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

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

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

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

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