#41432D

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

Shades of Scrub #41432D

Tints of Scrub #41432D

Color information

#41432D (or 0x41432D) is unknown color: approx Scrub. HEX triplet: 41, 43 and 2D. RGB value is (65,67,45). Sum of RGB (Red+Green+Blue) = 65+67+45=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 67 - color contains mainly: green. Hex color #41432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41432D is #BEBCD2. Grayscale: #3F3F3F. Windows color (decimal): -12500179 or 2966337. OLE color: 2966337.

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

Color convert

RGB656745-
CMYK0.0300.330.74
HSL65.45º19.64%21.96%-
HSV(B)65.45º32.84%26.27%-
XYZ4.665.333.27-
YUV63.89117.34128.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=36.72%
G=37.85%
B=25.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567450.0300.330.7465.4519.6421.96
Hex41432D30214A411416
Octal1011035530411121012426
Binary10000011000011101101110100001100101010000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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