Html Css Color HEX #3F524E Corduroy

📋 copy color: '#3F524E'

red 63 ◦ green 82 ◦ blue 78

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

Shades of Corduroy #3F524E

Tints of Corduroy #3F524E

RGB

 RED value IS 63 (25% from 255) = 28.25%

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

 BLUE value IS 78 (30.86% from 255) = 34.98%

R = 28.25%
G = 36.77%
B = 34.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#3F524E (or 0x3F524E) is known color: Corduroy. HEX triplet: 3F, 52 and 4E. RGB value is (63,82,78). Sum of RGB (Red+Green+Blue) = 63+82+78=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #3F524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F524E is #C0ADB1. Grayscale: #4B4B4B. Windows color (decimal): -12627378 or 5132863. OLE color: 5132863.

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

Color convert

RGB 63 82 78 -
CMYK 0.23 0 0.05 0.68
HSL 167.37º 0.13% 0.28% -
HSV(B) 167.37º 0.23% 0.32% -
XYZ 6.44 7.64 8.34 -
YUV 75.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 63 82 78 0.23 0 0.05 0.68 167.37 0.13 0.28
Hex 3F 52 4E 17 0 5 44 A7 D 1C
Octal 77 122 116 27 0 5 104 247 15 34
Binary 111111 1010010 1001110 10111 0 101 1000100 10100111 1101 11100

Color Harmonies of #3F524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F524E

Black with #3F524E

Text Example


Text Example

White with #3F524E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,82,78); }

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

background-color css

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

 a { background-color: rgb(63,82,78); }

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

border-color css

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

 span { border-color: rgb(63,82,78); }

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