Html Css Color HEX #3A524A Corduroy

📋 copy color: '#3A524A'

red 58 ◦ green 82 ◦ blue 74

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

Shades of Corduroy #3A524A

Tints of Corduroy #3A524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.32%

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 27.1%
G = 38.32%
B = 34.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#3A524A (or 0x3A524A) is known color: Corduroy. HEX triplet: 3A, 52 and 4A. RGB value is (58,82,74). Sum of RGB (Red+Green+Blue) = 58+82+74=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #3A524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A524A is #C5ADB5. Grayscale: #494949. Windows color (decimal): -12955062 or 4870714. OLE color: 4870714.

HSL color Cylindrical-coordinate representation of color #3A524A: hue angle of 160º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A524A is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 82 74 -
CMYK 0.29 0 0.10 0.68
HSL 160º 0.17% 0.27% -
HSV(B) 160º 0.29% 0.32% -
XYZ 6 7.43 7.6 -
YUV 73.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 58 82 74 0.29 0 0.10 0.68 160 0.17 0.27
Hex 3A 52 4A 1D 0 A 44 A0 11 1B
Octal 72 122 112 35 0 12 104 240 21 33
Binary 111010 1010010 1001010 11101 0 1010 1000100 10100000 10001 11011

Color Harmonies of #3A524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A524A

Black with #3A524A

Text Example


Text Example

White with #3A524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,82,74); }

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

background-color css

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

 a { background-color: rgb(58,82,74); }

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

border-color css

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

 span { border-color: rgb(58,82,74); }

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