#424730

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

Shades of Scrub #424730

Tints of Scrub #424730

Color information

#424730 (or 0x424730) is unknown color: approx Scrub. HEX triplet: 42, 47 and 30. RGB value is (66,71,48). Sum of RGB (Red+Green+Blue) = 66+71+48=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #424730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424730 is #BDB8CF. Grayscale: #424242. Windows color (decimal): -12433616 or 3163970. OLE color: 3163970.

HSL color Cylindrical-coordinate representation of color #424730: hue angle of 73.04º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424730 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB667148-
CMYK0.0700.320.72
HSL73.04º19.33%23.33%-
HSV(B)73.04º32.39%27.84%-
XYZ5.035.883.67-
YUV66.88117.34127.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=35.68%
G=38.38%
B=25.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671480.0700.320.7273.0419.3323.33
Hex424730702048491317
Octal1021076070401101112327
Binary100001010001111100001110100000100100010010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424730; }

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

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

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

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

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

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

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

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