#414339

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

Shades of Scrub #414339

Tints of Scrub #414339

Color information

#414339 (or 0x414339) is unknown color: approx Scrub. HEX triplet: 41, 43 and 39. RGB value is (65,67,57). Sum of RGB (Red+Green+Blue) = 65+67+57=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 67 - color contains mainly: green. Hex color #414339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414339 is #BEBCC6. Grayscale: #414141. Windows color (decimal): -12500167 or 3752769. OLE color: 3752769.

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

Color convert

RGB656757-
CMYK0.0300.150.74
HSL72º8.06%24.31%-
HSV(B)72º14.93%26.27%-
XYZ4.935.434.66-
YUV65.26123.34127.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 57 (22.66% from 255) = 30.16%
R=34.39%
G=35.45%
B=30.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567570.0300.150.74728.0624.31
Hex41433930F4A48818
Octal1011037130171121101030
Binary10000011000011111001110111110010101001000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414339; }

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

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

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

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

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

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

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

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