Html Css Color HEX #3A4D46 Corduroy

📋 copy color: '#3A4D46'

red 58 ◦ green 77 ◦ blue 70

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

Shades of Corduroy #3A4D46

Tints of Corduroy #3A4D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.56%

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 28.29%
G = 37.56%
B = 34.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#3A4D46 (or 0x3A4D46) is known color: Corduroy. HEX triplet: 3A, 4D and 46. RGB value is (58,77,70). Sum of RGB (Red+Green+Blue) = 58+77+70=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D46 is #C5B2B9. Grayscale: #464646. Windows color (decimal): -12956346 or 4607290. OLE color: 4607290.

HSL color Cylindrical-coordinate representation of color #3A4D46: hue angle of 157.89º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A4D46 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 77 70 -
CMYK 0.25 0 0.09 0.70
HSL 157.89º 0.14% 0.26% -
HSV(B) 157.89º 0.25% 0.3% -
XYZ 5.5 6.65 6.79 -
YUV 70.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 58 77 70 0.25 0 0.09 0.70 157.89 0.14 0.26
Hex 3A 4D 46 19 0 9 46 9E E 1A
Octal 72 115 106 31 0 11 106 236 16 32
Binary 111010 1001101 1000110 11001 0 1001 1000110 10011110 1110 11010

Color Harmonies of #3A4D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4D46

Black with #3A4D46

Text Example


Text Example

White with #3A4D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,77,70); }

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

background-color css

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

 a { background-color: rgb(58,77,70); }

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

border-color css

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

 span { border-color: rgb(58,77,70); }

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