#414531

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

Shades of Scrub #414531

Tints of Scrub #414531

Color information

#414531 (or 0x414531) is unknown color: approx Scrub. HEX triplet: 41, 45 and 31. RGB value is (65,69,49). Sum of RGB (Red+Green+Blue) = 65+69+49=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #414531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414531 is #BEBACE. Grayscale: #414141. Windows color (decimal): -12499663 or 3228993. OLE color: 3228993.

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

Color convert

RGB656949-
CMYK0.0600.290.73
HSL72º16.95%23.14%-
HSV(B)72º28.99%27.06%-
XYZ4.865.63.73-
YUV65.52118.67127.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=35.52%
G=37.70%
B=26.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569490.0600.290.737216.9523.14
Hex414531601D49481117
Octal1011056160351111102127
Binary10000011000101110001110011101100100110010001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414531; }

 p { color: rgb(65,69,49); }

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

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

 a { background-color: rgb(65,69,49); }

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

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

 span { border-color: rgb(65,69,49); }

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