#414337

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

Shades of Scrub #414337

Tints of Scrub #414337

Color information

#414337 (or 0x414337) is unknown color: approx Scrub. HEX triplet: 41, 43 and 37. RGB value is (65,67,55). Sum of RGB (Red+Green+Blue) = 65+67+55=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 67 - color contains mainly: green. Hex color #414337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414337 is #BEBCC8. Grayscale: #414141. Windows color (decimal): -12500169 or 3621697. OLE color: 3621697.

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

Color convert

RGB656755-
CMYK0.0300.180.74
HSL70º9.84%23.92%-
HSV(B)70º17.91%26.27%-
XYZ4.885.414.4-
YUV65.03122.34127.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 55 (21.88% from 255) = 29.41%
R=34.76%
G=35.83%
B=29.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567550.0300.180.74709.8423.92
Hex41433730124A46a18
Octal1011036730221121061230
Binary100000110000111101111101001010010101000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414337; }

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

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

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

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

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

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

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

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