#414433

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

Shades of Scrub #414433

Tints of Scrub #414433

Color information

#414433 (or 0x414433) is unknown color: approx Scrub. HEX triplet: 41, 44 and 33. RGB value is (65,68,51). Sum of RGB (Red+Green+Blue) = 65+68+51=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #414433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414433 is #BEBBCC. Grayscale: #414141. Windows color (decimal): -12499917 or 3359809. OLE color: 3359809.

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

Color convert

RGB656851-
CMYK0.0400.250.73
HSL70.59º14.29%23.33%-
HSV(B)70.59º25%26.67%-
XYZ4.845.53.94-
YUV65.16120.01127.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 51 (20.31% from 255) = 27.72%
R=35.33%
G=36.96%
B=27.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6568510.0400.250.7370.5914.2923.33
Hex41443340194947e17
Octal1011046340311111071627
Binary1000001100010011001110001100110010011000111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414433; }

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

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

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

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

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

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

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

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