#41432E

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

Shades of Scrub #41432E

Tints of Scrub #41432E

Color information

#41432E (or 0x41432E) is unknown color: approx Scrub. HEX triplet: 41, 43 and 2E. RGB value is (65,67,46). Sum of RGB (Red+Green+Blue) = 65+67+46=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 67 - color contains mainly: green. Hex color #41432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41432E is #BEBCD1. Grayscale: #404040. Windows color (decimal): -12500178 or 3031873. OLE color: 3031873.

HSL color Cylindrical-coordinate representation of color #41432E: hue angle of 65.71º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41432E is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB656746-
CMYK0.0300.310.74
HSL65.71º18.58%22.16%-
HSV(B)65.71º31.34%26.27%-
XYZ4.685.343.37-
YUV64.01117.84128.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=36.52%
G=37.64%
B=25.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567460.0300.310.7465.7118.5822.16
Hex41432E301F4A421316
Octal1011035630371121022326
Binary1000001100001110111011011111100101010000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41432E; }

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

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

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

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

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

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

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

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