#414733

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

Shades of Scrub #414733

Tints of Scrub #414733

Color information

#414733 (or 0x414733) is unknown color: approx Scrub. HEX triplet: 41, 47 and 33. RGB value is (65,71,51). Sum of RGB (Red+Green+Blue) = 65+71+51=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #414733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414733 is #BEB8CC. Grayscale: #434343. Windows color (decimal): -12499149 or 3360577. OLE color: 3360577.

HSL color Cylindrical-coordinate representation of color #414733: hue angle of 78º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #414733 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB657151-
CMYK0.0800.280.72
HSL78º16.39%23.92%-
HSV(B)78º28.17%27.84%-
XYZ5.035.874-
YUV66.93119.01126.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=34.76%
G=37.97%
B=27.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571510.0800.280.727816.3923.92
Hex414733801C484e1018
Octal10110763100341101162030
Binary100000110001111100111000011100100100010011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414733; }

 p { color: rgb(65,71,51); }

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

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

 a { background-color: rgb(65,71,51); }

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

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

 span { border-color: rgb(65,71,51); }

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