Html Css Color HEX #3A4540 Corduroy

📋 copy color: '#3A4540'

red 58 ◦ green 69 ◦ blue 64

#3A4540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #3A4540

Tints of Corduroy #3A4540

RGB

 RED value IS 58 (23.05% from 255) = 30.37%

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 30.37%
G = 36.13%
B = 33.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#3A4540 (or 0x3A4540) is known color: Corduroy. HEX triplet: 3A, 45 and 40. RGB value is (58,69,64). Sum of RGB (Red+Green+Blue) = 58+69+64=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4540 is #C5BABF. Grayscale: #414141. Windows color (decimal): -12958400 or 4212026. OLE color: 4212026.

HSL color Cylindrical-coordinate representation of color #3A4540: hue angle of 152.73º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3A4540 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 69 64 -
CMYK 0.16 0 0.07 0.73
HSL 152.73º 0.09% 0.25% -
HSV(B) 152.73º 0.16% 0.27% -
XYZ 4.8 5.53 5.66 -
YUV 65.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 58 69 64 0.16 0 0.07 0.73 152.73 0.09 0.25
Hex 3A 45 40 10 0 7 49 99 9 19
Octal 72 105 100 20 0 7 111 231 11 31
Binary 111010 1000101 1000000 10000 0 111 1001001 10011001 1001 11001

Color Harmonies of #3A4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4540

Black with #3A4540

Text Example


Text Example

White with #3A4540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,69,64); }

 H1.HeaderClassName
 {
   color: #3A4540;
 }
 .AnyTagClassName
 {
   color: #3A4540;
 }
</style>

background-color css

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

 a { background-color: rgb(58,69,64); }

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

border-color css

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

 span { border-color: rgb(58,69,64); }

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