Html Css Color HEX #3A4541 Corduroy

📋 copy color: '#3A4541'

red 58 ◦ green 69 ◦ blue 65

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

Shades of Corduroy #3A4541

Tints of Corduroy #3A4541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.85%

R = 30.21%
G = 35.94%
B = 33.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#3A4541 (or 0x3A4541) is known color: Corduroy. HEX triplet: 3A, 45 and 41. RGB value is (58,69,65). Sum of RGB (Red+Green+Blue) = 58+69+65=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4541 is #C5BABE. Grayscale: #414141. Windows color (decimal): -12958399 or 4277562. OLE color: 4277562.

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

Color convert

RGB 58 69 65 -
CMYK 0.16 0 0.06 0.73
HSL 158.18º 0.09% 0.25% -
HSV(B) 158.18º 0.16% 0.27% -
XYZ 4.83 5.54 5.82 -
YUV 65.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 58 69 65 0.16 0 0.06 0.73 158.18 0.09 0.25
Hex 3A 45 41 10 0 6 49 9E 9 19
Octal 72 105 101 20 0 6 111 236 11 31
Binary 111010 1000101 1000001 10000 0 110 1001001 10011110 1001 11001

Color Harmonies of #3A4541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4541

Black with #3A4541

Text Example


Text Example

White with #3A4541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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