#3A514B

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

Shades of Corduroy #3A514B

Tints of Corduroy #3A514B

Color information

#3A514B (or 0x3A514B) is unknown color: approx Corduroy. HEX triplet: 3A, 51 and 4B. RGB value is (58,81,75). Sum of RGB (Red+Green+Blue) = 58+81+75=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #3A514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A514B is #C5AEB4. Grayscale: #494949. Windows color (decimal): -12955317 or 4935994. OLE color: 4935994.

HSL color Cylindrical-coordinate representation of color #3A514B: hue angle of 164.35º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A514B is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB588175-
CMYK0.2800.070.68
HSL164.35º16.55%27.25%-
HSV(B)164.35º28.4%31.76%-
XYZ5.967.297.75-
YUV73.44128.88116.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.10%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=27.10%
G=37.85%
B=35.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5881750.2800.070.68164.3516.5527.25
Hex3A514B1C0744a4111b
Octal7212111334071042442133
Binary111010101000110010111110001111000100101001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,81,75); }

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

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

 a { background-color: rgb(58,81,75); }

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

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

 span { border-color: rgb(58,81,75); }

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