#3A4A43

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

Shades of Corduroy #3A4A43

Tints of Corduroy #3A4A43

Color information

#3A4A43 (or 0x3A4A43) is unknown color: approx Corduroy. HEX triplet: 3A, 4A and 43. RGB value is (58,74,67). Sum of RGB (Red+Green+Blue) = 58+74+67=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 74 - color contains mainly: green. Hex color #3A4A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4A43 is #C5B5BC. Grayscale: #444444. Windows color (decimal): -12957117 or 4409914. OLE color: 4409914.

HSL color Cylindrical-coordinate representation of color #3A4A43: hue angle of 153.75º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A4A43 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB587467-
CMYK0.2200.090.71
HSL153.75º12.12%25.88%-
HSV(B)153.75º21.62%29.02%-
XYZ5.216.26.23-
YUV68.42127.2120.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.15%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=29.15%
G=37.19%
B=33.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5874670.2200.090.71153.7512.1225.88
Hex3A4A431609479ac1a
Octal72112103260111072321432
Binary111010100101010000111011001001100011110011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A4A43; }

 p { color: rgb(58,74,67); }

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

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

 a { background-color: rgb(58,74,67); }

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

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

 span { border-color: rgb(58,74,67); }

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