#414331

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

Shades of Scrub #414331

Tints of Scrub #414331

Color information

#414331 (or 0x414331) is unknown color: approx Scrub. HEX triplet: 41, 43 and 31. RGB value is (65,67,49). Sum of RGB (Red+Green+Blue) = 65+67+49=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #414331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414331 is #BEBCCE. Grayscale: #404040. Windows color (decimal): -12500175 or 3228481. OLE color: 3228481.

HSL color Cylindrical-coordinate representation of color #414331: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414331 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB656749-
CMYK0.0300.270.74
HSL66.67º15.52%22.75%-
HSV(B)66.67º26.87%26.27%-
XYZ4.745.363.69-
YUV64.35119.34128.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=35.91%
G=37.02%
B=27.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567490.0300.270.7466.6715.5222.75
Hex414331301B4A431017
Octal1011036130331121032027
Binary1000001100001111000111011011100101010000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414331; }

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

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

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

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

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

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

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

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