Html Css Color HEX #3A4842 Corduroy

📋 copy color: '#3A4842'

red 58 ◦ green 72 ◦ blue 66

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

Shades of Corduroy #3A4842

Tints of Corduroy #3A4842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 29.59%
G = 36.73%
B = 33.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#3A4842 (or 0x3A4842) is known color: Corduroy. HEX triplet: 3A, 48 and 42. RGB value is (58,72,66). Sum of RGB (Red+Green+Blue) = 58+72+66=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4842 is #C5B7BD. Grayscale: #434343. Windows color (decimal): -12957630 or 4343866. OLE color: 4343866.

HSL color Cylindrical-coordinate representation of color #3A4842: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4842 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 66 -
CMYK 0.19 0 0.08 0.72
HSL 154.29º 0.11% 0.25% -
HSV(B) 154.29º 0.19% 0.28% -
XYZ 5.05 5.93 6.03 -
YUV 67.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 58 72 66 0.19 0 0.08 0.72 154.29 0.11 0.25
Hex 3A 48 42 13 0 8 48 9A B 19
Octal 72 110 102 23 0 10 110 232 13 31
Binary 111010 1001000 1000010 10011 0 1000 1001000 10011010 1011 11001

Color Harmonies of #3A4842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4842

Black with #3A4842

Text Example


Text Example

White with #3A4842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,72,66); }

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

background-color css

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

 a { background-color: rgb(58,72,66); }

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

border-color css

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

 span { border-color: rgb(58,72,66); }

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