#41432A

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

Shades of Scrub #41432A

Tints of Scrub #41432A

Color information

#41432A (or 0x41432A) is unknown color: approx Scrub. HEX triplet: 41, 43 and 2A. RGB value is (65,67,42). Sum of RGB (Red+Green+Blue) = 65+67+42=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 67 - color contains mainly: green. Hex color #41432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41432A is #BEBCD5. Grayscale: #3F3F3F. Windows color (decimal): -12500182 or 2769729. OLE color: 2769729.

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

Color convert

RGB656742-
CMYK0.0300.370.74
HSL64.8º22.94%21.37%-
HSV(B)64.8º37.31%26.27%-
XYZ4.615.312.97-
YUV63.55115.84129.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=37.36%
G=38.51%
B=24.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567420.0300.370.7464.822.9421.37
Hex41432A30254A411715
Octal1011035230451121012725
Binary10000011000011101010110100101100101010000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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