#3A514C

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

Shades of Corduroy #3A514C

Tints of Corduroy #3A514C

Color information

#3A514C (or 0x3A514C) is unknown color: approx Corduroy. HEX triplet: 3A, 51 and 4C. RGB value is (58,81,76). Sum of RGB (Red+Green+Blue) = 58+81+76=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 81 - color contains mainly: green. Hex color #3A514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A514C is #C5AEB3. Grayscale: #494949. Windows color (decimal): -12955316 or 5001530. OLE color: 5001530.

HSL color Cylindrical-coordinate representation of color #3A514C: hue angle of 166.96º 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 #3A514C is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB588176-
CMYK0.2800.060.68
HSL166.96º16.55%27.25%-
HSV(B)166.96º28.4%31.76%-
XYZ5.997.317.93-
YUV73.55129.38116.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.98%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=26.98%
G=37.67%
B=35.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5881760.2800.060.68166.9616.5527.25
Hex3A514C1C0644a7111b
Octal7212111434061042472133
Binary111010101000110011001110001101000100101001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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