Html Css Color HEX #3F544E Corduroy

📋 copy color: '#3F544E'

red 63 ◦ green 84 ◦ blue 78

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

Shades of Corduroy #3F544E

Tints of Corduroy #3F544E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.33%

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

R = 28%
G = 37.33%
B = 34.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#3F544E (or 0x3F544E) is known color: Corduroy. HEX triplet: 3F, 54 and 4E. RGB value is (63,84,78). Sum of RGB (Red+Green+Blue) = 63+84+78=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #3F544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F544E is #C0ABB1. Grayscale: #4D4D4D. Windows color (decimal): -12626866 or 5133375. OLE color: 5133375.

HSL color Cylindrical-coordinate representation of color #3F544E: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F544E is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 84 78 -
CMYK 0.25 0 0.07 0.67
HSL 162.86º 0.14% 0.29% -
HSV(B) 162.86º 0.25% 0.33% -
XYZ 6.6 7.95 8.39 -
YUV 77.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 63 84 78 0.25 0 0.07 0.67 162.86 0.14 0.29
Hex 3F 54 4E 19 0 7 43 A3 E 1D
Octal 77 124 116 31 0 7 103 243 16 35
Binary 111111 1010100 1001110 11001 0 111 1000011 10100011 1110 11101

Color Harmonies of #3F544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F544E

Black with #3F544E

Text Example


Text Example

White with #3F544E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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