#414429

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

Shades of Scrub #414429

Tints of Scrub #414429

Color information

#414429 (or 0x414429) is unknown color: approx Scrub. HEX triplet: 41, 44 and 29. RGB value is (65,68,41). Sum of RGB (Red+Green+Blue) = 65+68+41=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #414429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414429 is #BEBBD6. Grayscale: #404040. Windows color (decimal): -12499927 or 2704449. OLE color: 2704449.

HSL color Cylindrical-coordinate representation of color #414429: hue angle of 66.67º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #414429 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB656841-
CMYK0.0400.400.73
HSL66.67º24.77%21.37%-
HSV(B)66.67º39.71%26.67%-
XYZ4.655.422.9-
YUV64.03115.01128.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 41 (16.41% from 255) = 23.56%
R=37.36%
G=39.08%
B=23.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6568410.0400.400.7366.6724.7721.37
Hex414429402849431915
Octal1011045140501111033125
Binary100000110001001010011000101000100100110000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414429; }

 p { color: rgb(65,68,41); }

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

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

 a { background-color: rgb(65,68,41); }

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

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

 span { border-color: rgb(65,68,41); }

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