#414636

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

Shades of Scrub #414636

Tints of Scrub #414636

Color information

#414636 (or 0x414636) is unknown color: approx Scrub. HEX triplet: 41, 46 and 36. RGB value is (65,70,54). Sum of RGB (Red+Green+Blue) = 65+70+54=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 70 - color contains mainly: green. Hex color #414636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414636 is #BEB9C9. Grayscale: #424242. Windows color (decimal): -12499402 or 3556929. OLE color: 3556929.

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

Color convert

RGB657054-
CMYK0.0700.230.73
HSL78.75º12.9%24.31%-
HSV(B)78.75º22.86%27.45%-
XYZ5.045.774.34-
YUV66.68120.84126.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 54 (21.48% from 255) = 28.57%
R=34.39%
G=37.04%
B=28.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6570540.0700.230.7378.7512.924.31
Hex4146367017494fd18
Octal1011066670271111171530
Binary1000001100011011011011101011110010011001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414636; }

 p { color: rgb(65,70,54); }

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

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

 a { background-color: rgb(65,70,54); }

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

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

 span { border-color: rgb(65,70,54); }

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