Html Css Color HEX #3B524A Corduroy

📋 copy color: '#3B524A'

red 59 ◦ green 82 ◦ blue 74

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

Shades of Corduroy #3B524A

Tints of Corduroy #3B524A

RGB

 RED value IS 59 (23.44% from 255) = 27.44%

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

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

R = 27.44%
G = 38.14%
B = 34.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#3B524A (or 0x3B524A) is known color: Corduroy. HEX triplet: 3B, 52 and 4A. RGB value is (59,82,74). Sum of RGB (Red+Green+Blue) = 59+82+74=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #3B524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B524A is #C4ADB5. Grayscale: #4A4A4A. Windows color (decimal): -12889526 or 4870715. OLE color: 4870715.

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

Color convert

RGB 59 82 74 -
CMYK 0.28 0 0.10 0.68
HSL 159.13º 0.16% 0.28% -
HSV(B) 159.13º 0.28% 0.32% -
XYZ 6.06 7.46 7.6 -
YUV 74.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 59 82 74 0.28 0 0.10 0.68 159.13 0.16 0.28
Hex 3B 52 4A 1C 0 A 44 9F 10 1C
Octal 73 122 112 34 0 12 104 237 20 34
Binary 111011 1010010 1001010 11100 0 1010 1000100 10011111 10000 11100

Color Harmonies of #3B524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B524A

Black with #3B524A

Text Example


Text Example

White with #3B524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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