Html Css Color HEX #3A524D Corduroy

📋 copy color: '#3A524D'

red 58 ◦ green 82 ◦ blue 77

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

Shades of Corduroy #3A524D

Tints of Corduroy #3A524D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.48%

R = 26.73%
G = 37.79%
B = 35.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#3A524D (or 0x3A524D) is known color: Corduroy. HEX triplet: 3A, 52 and 4D. RGB value is (58,82,77). Sum of RGB (Red+Green+Blue) = 58+82+77=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #3A524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A524D is #C5ADB2. Grayscale: #4A4A4A. Windows color (decimal): -12955059 or 5067322. OLE color: 5067322.

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

Color convert

RGB 58 82 77 -
CMYK 0.29 0 0.06 0.68
HSL 167.5º 0.17% 0.27% -
HSV(B) 167.5º 0.29% 0.32% -
XYZ 6.1 7.47 8.14 -
YUV 74.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 58 82 77 0.29 0 0.06 0.68 167.5 0.17 0.27
Hex 3A 52 4D 1D 0 6 44 A8 11 1B
Octal 72 122 115 35 0 6 104 250 21 33
Binary 111010 1010010 1001101 11101 0 110 1000100 10101000 10001 11011

Color Harmonies of #3A524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A524D

Black with #3A524D

Text Example


Text Example

White with #3A524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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